summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorLines
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie-1/+1
2023-07-28drm/imx/ipuv3: ipuv3-plane: reuse local variable height in atomic_updatePhilipp Zabel-6/+5
2023-07-28drm/imx/ipuv3: Fix front porch adjustment upon hactive aligningAlexander Stein-1/+1
2023-07-28drm/imx/dcss: Use dev_err_probeAlexander Stein-0/+1
2023-07-21drm: Explicitly include correct DT includesRob Herring-3/+4
2023-04-15drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probeDan Carpenter-2/+2
2023-03-22Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-5/+561
2023-03-14drm/imx: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-03-14drm/imx/dcss: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-03-14drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König-1/+1
2023-03-14drm/imx/lcdc: Implement DRM driver for imx25Marian Cichy-0/+555
2023-01-10drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);Uwe Kleine-König-4/+0
2023-01-10drm/imx/dcss: Drop if blocks with always false conditionUwe Kleine-König-3/+0
2023-01-05drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov-8/+0
2022-12-16drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach-49/+54
2022-12-16drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel-6/+8
2022-12-12drm: imx/dcss: Remove #ifdef guards for PM related functionsPaul Cercueil-19/+13
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie-3/+3
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann-3/+2
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann-2/+2
2022-11-05drm/imx/dcss: Don't set struct drm_driver.output_poll_changedThomas Zimmermann-1/+0
2022-11-01drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry-2/+3
2022-11-01drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' lineLiu Ying-1/+0
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-40/+36
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/+10
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-6/+6
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-32/+32
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-7/+7
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich-2/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann-1/+0
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-22Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+3
2022-07-20drm/imx/dcss: Add missing of_node_put() in fail pathLiang He-0/+3
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä-0/+2
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/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+2
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+3
2022-06-09drm: imx: fix compiler warning with gcc-12Linus Torvalds-1/+1
2022-05-06Merge tag 'imx-drm-next-2022-05-04' of git://git.pengutronix.de/pza/linux int...Dave Airlie-10/+2
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-2/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard-8/+1
2022-04-04drm/imx: dw_hdmi-imx: Fix bailout in error cases of probeLiu Ying-1/+7
2022-04-04drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito-1/+3
2022-04-04drm/imx: imx-ldb: Check for null pointer after calling kmemdupJiasheng Jiang-0/+2
2022-04-04drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisationMaxime Ripard-4/+1
2022-04-04drm/imx: ipuv3-plane: Remove redundant zpos initialisationMaxime Ripard-3/+0