summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/kmb
AgeCommit message (Expand)AuthorLines
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+2
2022-01-27drm/kmb: Fix for build errors with Warray-boundsAnitha Chrisanthus-6/+0
2022-01-27drm/kmb: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann-1/+0
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann-30/+197
2021-10-27drm/kmb: Enable support for framebuffer consoleAnitha Chrisanthus-0/+4
2021-10-21drm/kmb: Enable ADV bridge after modesetAnitha Chrisanthus-8/+10
2021-10-21drm/kmb: Corrected typo in handle_lcd_irqAnitha Chrisanthus-1/+1
2021-10-21drm/kmb: Disable change of plane parametersEdmund Dea-1/+49
2021-10-21drm/kmb: Remove clearing DPHY regsEdmund Dea-5/+0
2021-10-21drm/kmb: Limit supported mode to 1080pAnitha Chrisanthus-1/+42
2021-10-21drm/kmb: Work around for higher system clockAnitha Chrisanthus-1/+10
2021-10-06drm/kmb: Enable alpha blended second planeEdmund Dea-15/+87
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-7/+20
2021-08-10drm/kmb: Convert to Linux IRQ interfacesThomas Zimmermann-6/+20
2021-07-29drm/kmb: Define driver date and major/minor versionEdmund Dea-4/+9
2021-07-29drm/kmb: Enable LCD DMA for low TVDDCVEdmund Dea-2/+27
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart-1/+0
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-5/+5
2021-06-22drm/kmb: Fix error return code in kmb_hw_init()Zhen Lei-0/+1
2021-05-12drm: fix semicolon.cocci warningskernel test robot-5/+5
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-3/+5
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard-9/+10
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard-10/+12
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter-1/+1
2021-01-05drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart-1/+1
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst-1/+1
2020-12-05drm/kmb: fix array bounds warningArnd Bergmann-0/+3
2020-11-29drm/kmb: Remove an unnecessary NULL checkDan Carpenter-1/+1
2020-11-13drm/Kconfig: rename keembay configDave Airlie-1/+1
2020-11-11drm/kmb: fix spelling mistakes in drm_info and drm_dbg messagesColin Ian King-2/+2
2020-11-11drm/kmb: Fix build warningsAnitha Chrisanthus-32/+32
2020-11-10drm: DRM_KMB_DISPLAY should depend on ARCH_KEEMBAYGeert Uytterhoeven-2/+2
2020-11-10drm: DRM_KMB_DISPLAY should select DRM_MIPI_DSIGeert Uytterhoeven-0/+1
2020-11-05drm/kmb: Build files for KeemBay Display driverAnitha Chrisanthus-0/+14
2020-11-05drm/kmb: Mipi DSI part of the display driverAnitha Chrisanthus-0/+1948
2020-11-05drm/kmb: Add support for KeemBay DisplayAnitha Chrisanthus-0/+1493
2020-11-05drm/kmb: Keem Bay driver register definitionAnitha Chrisanthus-0/+725