summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/dcss
AgeCommit message (Expand)AuthorLines
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+0
2022-08-04drm/imx/dcss: get rid of HPD warning messageLaurentiu Palcu-2/+0
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+3
2022-07-20drm/imx/dcss: Add missing of_node_put() in fail pathLiang He-0/+3
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-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie-0/+1
2022-02-18drm/imx/dcss: i.MX8MQ DCSS select DRM_GEM_CMA_HELPERRudi Heitbaum-0/+1
2022-01-19drm/imx/dcss: Replace module initialization with DRM helpersJavier Martinez Canillas-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart-4/+1
2021-06-29drm/imx/dcss: Don't set struct drm_device.irq_enabledThomas Zimmermann-3/+0
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter-1/+0
2021-04-15drm/imx: Don't set allow_fb_modifiers explicitlyDaniel Vetter-1/+0
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-2/+4
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard-12/+13
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-13/+13
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann-2/+2
2020-11-26drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu-10/+50
2020-11-26drm/imx/dcss: fix coccinelle warningLaurentiu Palcu-2/+1
2020-11-26drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu-2/+9
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-2/+2
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-2/+7
2020-09-25drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann-13/+1
2020-09-21drm/imx/dcss: fix unused but set variable warningsWang ShaoBo-2/+0
2020-09-10drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu-1/+1
2020-09-09drm/imx/dcss: use drm_bridge_connector APILaurentiu Palcu-8/+41
2020-09-09drm/imx: Add initial support for DCSS on iMX8MQLaurentiu Palcu-0/+3959