summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/kmb
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+2
2025-10-06drm/kmb: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard-2/+1
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-2/+0
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann-1/+1
2024-09-26drm/kmb: Run DRM default client setupThomas Zimmermann-1/+4
2024-09-13drm/kmb: annotate set_test_mode_src_osc_freq_target_{low, hi}_bits() with __m...Jani Nikula-2/+2
2024-09-03drm/bridge-connector: move to DRM_DISPLAY_HELPER moduleDmitry Baryshkov-0/+2
2023-11-21drm/kmb: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-03-14drm/kmb: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-01-18drm/kmb: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann-2/+0
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann-1/+0
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-5/+5
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-4/+4
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann-1/+0
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