aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/kmb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-1/+0
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+5
2021-06-22drm/kmb: Fix error return code in kmb_hw_init()Zhen Lei1-0/+1
2021-05-12drm: fix semicolon.cocci warningskernel test robot1-5/+5
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-3/+5
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-9/+10
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-10/+12
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter1-1/+1
2021-01-05drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart1-1/+1
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-1/+1
2020-12-05drm/kmb: fix array bounds warningArnd Bergmann1-0/+3
2020-11-29drm/kmb: Remove an unnecessary NULL checkDan Carpenter1-1/+1
2020-11-13drm/Kconfig: rename keembay configDave Airlie1-1/+1
2020-11-11drm/kmb: fix spelling mistakes in drm_info and drm_dbg messagesColin Ian King1-2/+2
2020-11-11drm/kmb: Fix build warningsAnitha Chrisanthus2-32/+32
2020-11-10drm: DRM_KMB_DISPLAY should depend on ARCH_KEEMBAYGeert Uytterhoeven1-2/+2
2020-11-10drm: DRM_KMB_DISPLAY should select DRM_MIPI_DSIGeert Uytterhoeven1-0/+1
2020-11-05drm/kmb: Build files for KeemBay Display driverAnitha Chrisanthus2-0/+14
2020-11-05drm/kmb: Mipi DSI part of the display driverAnitha Chrisanthus2-0/+1948
2020-11-05drm/kmb: Add support for KeemBay DisplayAnitha Chrisanthus5-0/+1493
2020-11-05drm/kmb: Keem Bay driver register definitionAnitha Chrisanthus1-0/+725