summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
Commit message (Expand)AuthorAgeFilesLines
* BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-1/+1
|\
| * drm/imx/ipuv3: Fix front porch adjustment upon hactive aligningAlexander Stein2023-07-281-1/+1
* | drm/imx/ipuv3: ipuv3-plane: reuse local variable height in atomic_updatePhilipp Zabel2023-07-281-6/+5
* | drm/imx/dcss: Use dev_err_probeAlexander Stein2023-07-281-0/+1
* | drm: Explicitly include correct DT includesRob Herring2023-07-212-3/+4
|/
* drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probeDan Carpenter2023-04-151-2/+2
* Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-03-228-5/+561
|\
| * drm/imx: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
| * drm/imx/dcss: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
| * drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König2023-03-141-1/+1
| * drm/imx/lcdc: Implement DRM driver for imx25Marian Cichy2023-03-145-0/+555
|/
* drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);Uwe Kleine-König2023-01-101-4/+0
* drm/imx/dcss: Drop if blocks with always false conditionUwe Kleine-König2023-01-101-3/+0
* drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-052-8/+0
* drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach2022-12-1613-49/+54
* drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel2022-12-161-6/+8
* drm: imx/dcss: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-123-19/+13
* Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-242-3/+3
|\
| * drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry2022-11-011-2/+3
| * drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' lineLiu Ying2022-11-011-1/+0
* | drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-053-3/+2
* | drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-052-2/+2
* | drm/imx/dcss: Don't set struct drm_driver.output_poll_changedThomas Zimmermann2022-11-051-1/+0
|/
* Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-068-40/+36
|\
| * drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-032-6/+6
| * drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-038-32/+32
| * drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-032-7/+7
| * drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-032-2/+0
| * drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
| * drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
| * drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* | Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-08-181-2/+0
|\ \
| * | drm/imx/dcss: get rid of HPD warning messageLaurentiu Palcu2022-08-041-2/+0
* | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-036-0/+10
|\ \ \ | | |/ | |/|
| * | drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-052-0/+2
| * | drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
| * | drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
| * | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
| * | drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-203-0/+3
* | | Merge tag 'drm-misc-fixes-2022-07-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-07-221-0/+3
|\ \ \ | |/ / |/| / | |/
| * drm/imx/dcss: Add missing of_node_put() in fail pathLiang He2022-07-201-0/+3
* | drm: imx: fix compiler warning with gcc-12Linus Torvalds2022-06-091-1/+1
|/
* Merge tag 'imx-drm-next-2022-05-04' of git://git.pengutronix.de/pza/linux int...Dave Airlie2022-05-062-10/+2
|\
| * drm/imx: ipuv3-plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-04-041-4/+1
| * drm/imx: ipuv3-plane: Remove redundant zpos initialisationMaxime Ripard2022-04-041-3/+0
| * drm/imx: imx-tve: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2022-04-041-3/+1
* | Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-04-121-2/+1
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-052-8/+1
| |\|
| * | drm/imx: Use drm_mode_duplicate()Ville Syrjälä2022-03-141-2/+1
* | | drm/imx: dw_hdmi-imx: Fix bailout in error cases of probeLiu Ying2022-04-041-1/+7