index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imx
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
Revert "drm: Make drivers depends on DRM_DW_HDMI"
Geert Uytterhoeven
1
-3
/
+2
2024-04-15
drm/imx: Add drm_panic support
Jocelyn Falempe
1
-1
/
+11
2024-04-02
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+2
2024-03-28
drm: Make drivers depends on DRM_DW_HDMI
Maxime Ripard
1
-2
/
+3
2024-03-13
drm/imx/ipuv3: do not return negative values from .get_modes()
Jani Nikula
1
-2
/
+2
2024-02-28
drm/imx/dcss: fix resource size calculation
Dan Carpenter
1
-3
/
+1
2024-02-02
drm/imx/dcss: have all init functions use devres
Philipp Stanner
9
-108
/
+24
2024-02-02
drm/imx/dcss: request memory region
Philipp Stanner
1
-0
/
+7
2024-01-31
drm/imx: prefer snprintf over sprintf
Jani Nikula
1
-1
/
+1
2023-12-01
drm/imx/lcdc: Fix double-free of driver data
Uwe Kleine-König
1
-9
/
+0
2023-11-27
drm: Use device_get_match_data()
Rob Herring
1
-5
/
+4
2023-11-21
drm/imx: lcdc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-11-21
drm/imx/dcss: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
4
-0
/
+24
2023-09-26
drm/imx/dcss: Call drm_atomic_helper_shutdown() at shutdown time
Douglas Anderson
3
-0
/
+16
2023-09-22
Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
6
-20
/
+12
2023-09-13
drm/imx/ipuv3: Call drm_atomic_helper_shutdown() at shutdown/unbind time
Douglas Anderson
1
-0
/
+8
2023-09-09
drm/imx/ipuv3: Convert to platform remove callback returning void
Uwe Kleine-König
6
-20
/
+12
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-1
/
+1
2023-07-28
drm/imx/ipuv3: ipuv3-plane: reuse local variable height in atomic_update
Philipp Zabel
1
-6
/
+5
2023-07-28
drm/imx/ipuv3: Fix front porch adjustment upon hactive aligning
Alexander Stein
1
-1
/
+1
2023-07-28
drm/imx/dcss: Use dev_err_probe
Alexander Stein
1
-0
/
+1
2023-07-21
drm: Explicitly include correct DT includes
Rob Herring
2
-3
/
+4
2023-04-16
drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe
Dan Carpenter
1
-2
/
+2
2023-03-21
Merge tag 'drm-misc-next-2023-03-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
8
-5
/
+561
2023-03-14
drm/imx: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2023-03-14
drm/imx/dcss: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2023-03-14
drm: Drop ARCH_MULTIPLATFORM from dependencies
Uwe Kleine-König
1
-1
/
+1
2023-03-14
drm/imx/lcdc: Implement DRM driver for imx25
Marian Cichy
5
-0
/
+555
2023-01-10
drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);
Uwe Kleine-König
1
-4
/
+0
2023-01-10
drm/imx/dcss: Drop if blocks with always false condition
Uwe Kleine-König
1
-3
/
+0
2023-01-05
drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()
Dmitry Baryshkov
2
-8
/
+0
2022-12-16
drm/imx: move IPUv3 driver into separate subdirectory
Lucas Stach
13
-49
/
+54
2022-12-16
drm/imx: ipuv3-plane: Fix overlay plane width
Philipp Zabel
1
-6
/
+8
2022-12-12
drm: imx/dcss: Remove #ifdef guards for PM related functions
Paul Cercueil
3
-19
/
+13
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
2
-3
/
+3
2022-11-05
drm/fb-helper: Remove unnecessary include statements
Thomas Zimmermann
3
-3
/
+2
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2
-2
/
+2
2022-11-05
drm/imx/dcss: Don't set struct drm_driver.output_poll_changed
Thomas Zimmermann
1
-1
/
+0
2022-11-01
drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_valid
Nathan Huckleberry
1
-2
/
+3
2022-11-01
drm/imx: Kconfig: Remove duplicated 'select DRM_KMS_HELPER' line
Liu Ying
1
-1
/
+0
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
8
-40
/
+36
2022-08-18
Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-2
/
+0
2022-08-04
drm/imx/dcss: get rid of HPD warning message
Laurentiu Palcu
1
-2
/
+0
2022-08-04
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
6
-0
/
+10
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
2
-6
/
+6
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
8
-32
/
+32
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
2
-7
/
+7
2022-08-03
drm/fb: remove unused includes of drm_fb_cma_helper.h
Danilo Krummrich
2
-2
/
+0
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
1
-1
/
+0
[next]