aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2023-12-01drm/imx/lcdc: Fix double-free of driver dataGravatar Uwe Kleine-König 1-9/+0
2023-11-27drm: Use device_get_match_data()Gravatar Rob Herring 1-5/+4
2023-11-21drm/imx: lcdc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-11-21drm/imx/dcss: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 4-0/+24
2023-09-25drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown timeGravatar Douglas Anderson 3-0/+16
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 6-20/+12
2023-09-13drm/imx/ipuv3: Call drm_atomic_helper_shutdown() at shutdown/unbind timeGravatar Douglas Anderson 1-0/+8
2023-09-09drm/imx/ipuv3: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 6-20/+12
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextGravatar Dave Airlie 1-1/+1
2023-07-28drm/imx/ipuv3: ipuv3-plane: reuse local variable height in atomic_updateGravatar Philipp Zabel 1-6/+5
2023-07-28drm/imx/ipuv3: Fix front porch adjustment upon hactive aligningGravatar Alexander Stein 1-1/+1
2023-07-28drm/imx/dcss: Use dev_err_probeGravatar Alexander Stein 1-0/+1
2023-07-21drm: Explicitly include correct DT includesGravatar Rob Herring 2-3/+4
2023-04-15drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probeGravatar Dan Carpenter 1-2/+2
2023-03-22Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...Gravatar Dave Airlie 8-5/+561
2023-03-14drm/imx: Use GEM DMA fbdev emulationGravatar Thomas Zimmermann 1-2/+2
2023-03-14drm/imx/dcss: Use GEM DMA fbdev emulationGravatar Thomas Zimmermann 1-2/+2
2023-03-14drm: Drop ARCH_MULTIPLATFORM from dependenciesGravatar Uwe Kleine-König 1-1/+1
2023-03-14drm/imx/lcdc: Implement DRM driver for imx25Gravatar Marian Cichy 5-0/+555
2023-01-10drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);Gravatar Uwe Kleine-König 1-4/+0
2023-01-10drm/imx/dcss: Drop if blocks with always false conditionGravatar Uwe Kleine-König 1-3/+0
2023-01-05drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Gravatar Dmitry Baryshkov 2-8/+0
2022-12-16drm/imx: move IPUv3 driver into separate subdirectoryGravatar Lucas Stach 13-49/+54
2022-12-16drm/imx: ipuv3-plane: Fix overlay plane widthGravatar Philipp Zabel 1-6/+8
2022-12-12drm: imx/dcss: Remove #ifdef guards for PM related functionsGravatar Paul Cercueil 3-19/+13
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextGravatar Dave Airlie 2-3/+3
2022-11-05drm/fb-helper: Remove unnecessary include statementsGravatar Thomas Zimmermann 3-3/+2
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileGravatar Thomas Zimmermann 2-2/+2
2022-11-05drm/imx/dcss: Don't set struct drm_driver.output_poll_changedGravatar Thomas Zimmermann 1-1/+0
2022-11-01drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validGravatar Nathan Huckleberry 1-2/+3
2022-11-01drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' lineGravatar Liu Ying 1-1/+0
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Gravatar Daniel Vetter 8-40/+36
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-2/+0
2022-08-04drm/imx/dcss: get rid of HPD warning messageGravatar Laurentiu Palcu 1-2/+0
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 6-0/+10
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Gravatar Danilo Krummrich 2-6/+6
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersGravatar Danilo Krummrich 8-32/+32
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersGravatar Danilo Krummrich 2-7/+7
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hGravatar Danilo Krummrich 2-2/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hGravatar Thomas Zimmermann 1-1/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGGravatar Thomas Zimmermann 1-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersGravatar Thomas Zimmermann 1-1/+0
2022-07-22Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-0/+3
2022-07-20drm/imx/dcss: Add missing of_node_put() in fail pathGravatar Liang He 1-0/+3
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hGravatar Ville Syrjälä 2-0/+2
2022-07-05drm: Remove linux/fb.h from drm_crtc.hGravatar Ville Syrjälä 1-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hGravatar Ville Syrjälä 2-0/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hGravatar Ville Syrjälä 2-0/+2
2022-06-20drm: Drop drm_edid.h from drm_crtc.hGravatar Ville Syrjälä 3-0/+3