summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard5-6/+4
2023-01-02drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel1-6/+8
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2-3/+3
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann3-3/+2
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2-2/+2
2022-11-05drm/imx/dcss: Don't set struct drm_driver.output_poll_changedThomas Zimmermann1-1/+0
2022-11-01drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry1-2/+3
2022-11-01drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' lineLiu Ying1-1/+0
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter8-40/+36
2022-08-18Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+0
2022-08-04drm/imx/dcss: get rid of HPD warning messageLaurentiu Palcu1-2/+0
2022-08-04Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-0/+10
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2-6/+6
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich8-32/+32
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2-7/+7
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2-2/+0
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann1-1/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-22Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+3
2022-07-20drm/imx/dcss: Add missing of_node_put() in fail pathLiang He1-0/+3
2022-07-05drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2-0/+2
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä3-0/+3
2022-06-09drm: imx: fix compiler warning with gcc-12Linus Torvalds1-1/+1
2022-05-06Merge tag 'imx-drm-next-2022-05-04' of git://git.pengutronix.de/pza/linux int...Dave Airlie2-10/+2
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard2-8/+1
2022-04-04drm/imx: dw_hdmi-imx: Fix bailout in error cases of probeLiu Ying1-1/+7
2022-04-04drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito1-1/+3
2022-04-04drm/imx: imx-ldb: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+2
2022-04-04drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisationMaxime Ripard1-4/+1
2022-04-04drm/imx: ipuv3-plane: Remove redundant zpos initialisationMaxime Ripard1-3/+0
2022-04-04drm/imx: imx-tve: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing1-3/+1
2022-03-25Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+5
2022-03-16drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_che...Christoph Niedermaier1-8/+0
2022-03-14drm/imx: Use drm_mode_duplicate()Ville Syrjälä1-2/+1
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie1-0/+1
2022-02-18drm/imx/dcss: i.MX8MQ DCSS select DRM_GEM_CMA_HELPERRudi Heitbaum1-0/+1
2022-01-27drm/imx: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-19drm/imx/dcss: Replace module initialization with DRM helpersJavier Martinez Canillas1-1/+2
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2-2/+2
2021-11-05Revert "drm/imx: Annotate dma-fence critical section in commit path"Fabio Estevam1-2/+0
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-27/+3
2021-08-16drm/imx: ipuv3-plane: fix accidental partial revert of 8 pixel alignment fixPhilipp Zabel1-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart3-11/+3
2021-06-29drm/imx/dcss: Don't set struct drm_device.irq_enabledThomas Zimmermann1-3/+0
2021-06-29drm/imx: Don't set struct drm_device.irq_enabledThomas Zimmermann1-11/+0