summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/dcss
AgeCommit message (Expand)Author
2024-09-03drm/bridge-connector: move to DRM_DISPLAY_HELPER moduleDmitry Baryshkov
2024-02-28drm/imx/dcss: fix resource size calculationDan Carpenter
2024-02-02drm/imx/dcss: have all init functions use devresPhilipp Stanner
2024-02-02drm/imx/dcss: request memory regionPhilipp Stanner
2023-11-21drm/imx/dcss: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-25drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson
2023-07-28drm/imx/dcss: Use dev_err_probeAlexander Stein
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-03-14drm/imx/dcss: Use GEM DMA fbdev emulationThomas Zimmermann
2023-01-10drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);Uwe Kleine-König
2023-01-10drm/imx/dcss: Drop if blocks with always false conditionUwe Kleine-König
2023-01-05drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov
2022-12-12drm: imx/dcss: Remove #ifdef guards for PM related functionsPaul Cercueil
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-11-05drm/imx/dcss: Don't set struct drm_driver.output_poll_changedThomas Zimmermann
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-08-04drm/imx/dcss: get rid of HPD warning messageLaurentiu Palcu
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich
2022-07-20drm/imx/dcss: Add missing of_node_put() in fail pathLiang He
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie
2022-02-18drm/imx/dcss: i.MX8MQ DCSS select DRM_GEM_CMA_HELPERRudi Heitbaum
2022-01-19drm/imx/dcss: Replace module initialization with DRM helpersJavier Martinez Canillas
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart
2021-06-29drm/imx/dcss: Don't set struct drm_device.irq_enabledThomas Zimmermann
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter
2021-04-15drm/imx: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann
2020-11-26drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu
2020-11-26drm/imx/dcss: fix coccinelle warningLaurentiu Palcu
2020-11-26drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-25drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann
2020-09-21drm/imx/dcss: fix unused but set variable warningsWang ShaoBo
2020-09-10drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu