index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2
Yang Wang
1
-9
/
+7
2022-04-21
drm/bridge: Fix error handling in analogix_dp_probe
Miaoqian Lin
1
-5
/
+13
2022-04-21
drm/amdgpu: remove pointless ttm_eu usage from DM
Christian König
1
-15
/
+17
2022-04-21
drm/amdgpu: remove pointless ttm_eu usage from vkms
Christian König
1
-15
/
+17
2022-04-21
drm/vc4: hdmi: Remove vc4_hdmi_encoder
José Expósito
2
-26
/
+14
2022-04-21
drm/vc4: hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi
José Expósito
2
-12
/
+6
2022-04-20
drm/radeon: Use TTM builtin resource manager debugfs code
drm-misc-next-2022-04-21
Zack Rusin
1
-30
/
+6
2022-04-20
drm/qxl: Use TTM builtin resource manager debugfs code
Zack Rusin
1
-33
/
+6
2022-04-20
drm/amdgpu: Use TTM builtin resource manager debugfs code
Zack Rusin
1
-70
/
+16
2022-04-20
drm/vmwgfx: Add debugfs entries for various ttm resource managers
Zack Rusin
1
-0
/
+18
2022-04-20
drm/ttm: Add common debugfs code for resource managers
Zack Rusin
2
-0
/
+38
2022-04-20
drm/solomon: Add SSD130x OLED displays SPI support
Javier Martinez Canillas
3
-0
/
+188
2022-04-20
drm/solomon: Move device info from ssd130x-i2c to the core driver
Javier Martinez Canillas
3
-45
/
+56
2022-04-20
drm/solomon: Add ssd130x new compatible strings and deprecate old ones.
Javier Martinez Canillas
1
-1
/
+18
2022-04-20
dt-bindings: display: ssd1307fb: Extend schema for SPI controllers
Javier Martinez Canillas
1
-2
/
+40
2022-04-20
dt-bindings: display: ssd1307fb: Deprecate "-i2c" compatible strings
Javier Martinez Canillas
1
-13
/
+31
2022-04-20
fbdev: Warn in hot-unplug workaround for framebuffers without device
Thomas Zimmermann
1
-6
/
+4
2022-04-20
of: Create platform devices for OF framebuffers
Thomas Zimmermann
2
-52
/
+129
2022-04-20
drm/gma500: fix a potential repeat execution in psb_driver_load
Xiaomeng Tong
1
-3
/
+2
2022-04-19
drm: bridge: icn6211: Add DSI lane count DT property parsing
Marek Vasut
1
-2
/
+21
2022-04-19
dt-bindings: display: bridge: icn6211: Document DSI data-lanes property
Marek Vasut
1
-1
/
+17
2022-04-19
drm/bridge: anx7625: Use uint8 for lane-swing arrays
Nícolas F. R. A. Prado
2
-8
/
+8
2022-04-19
drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driver
Sandor Yu
6
-4
/
+358
2022-04-19
drm: bridge: dw_hdmi: add reset function for PHY GEN1
Sandor Yu
3
-5
/
+15
2022-04-19
drm: bridge: dw_hdmi: Enable GCP only for Deep Color
Sandor Yu
2
-0
/
+20
2022-04-19
drm: bridge: dw_hdmi: default enable workaround to clear the overflow
Sandor Yu
1
-16
/
+7
2022-04-19
drm: bridge: panel: Register connector if DRM device is already registered
Marek Szyprowski
1
-2
/
+5
2022-04-19
drm: bridge: adv7511: Enable DRM_BRIDGE_OP_HPD based on HPD interrupt
Biju Das
1
-2
/
+4
2022-04-19
drm/bridge: lt9211: Add Lontium LT9211 bridge driver
Marek Vasut
3
-0
/
+816
2022-04-19
dt-bindings: display: bridge: lt9211: Add Lontium LT9211 bridge driver
Marek Vasut
1
-0
/
+117
2022-04-19
drm/bridge: anx7625: Fill in empty ELD when no connector
Hsin-Yi Wang
1
-6
/
+6
2022-04-19
drm/tidss: Soft Reset DISPC on startup
Devarsh Thakkar
1
-0
/
+18
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
529
-7100
/
+8840
2022-04-18
drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to static
Tom Rix
1
-1
/
+1
2022-04-18
drm/nouveau: change base917c_format from global to static
Tom Rix
1
-1
/
+1
2022-04-14
Revert "video: fbdev: fbmem: fix pointer reference to null device field"
Helge Deller
1
-1
/
+1
2022-04-14
video: fbdev: fbmem: fix pointer reference to null device field
Zhouyi Zhou
1
-1
/
+1
2022-04-14
fbcon: replace snprintf in show functions with sysfs_emit
Yang Guang
1
-2
/
+2
2022-04-14
drm/dp: Factor out a function to probe a DPCD address
Imre Deak
2
-5
/
+29
2022-04-14
drm/edid: add EDID block count and size helpers
Jani Nikula
1
-23
/
+57
2022-04-14
drm/edid: add single point of return to drm_do_get_edid()
Jani Nikula
1
-7
/
+8
2022-04-14
drm/edid: drop extra local var
Jani Nikula
1
-4
/
+4
2022-04-14
drm/edid: convert extension block read to EDID block read helper
Jani Nikula
1
-8
/
+7
2022-04-14
drm/edid: use EDID block read helper in drm_do_get_edid()
Jani Nikula
1
-39
/
+23
2022-04-14
drm/edid: abstract an EDID block read helper
Jani Nikula
1
-7
/
+51
2022-04-14
drm/edid: add typedef for block read function
Jani Nikula
1
-9
/
+9
2022-04-14
drm/edid: pass struct edid to connector_bad_edid()
Jani Nikula
1
-9
/
+6
2022-04-14
drm/edid: add a helper to log dump an EDID block
Jani Nikula
1
-14
/
+19
2022-04-14
drm/edid: refactor EDID block status printing
Jani Nikula
1
-24
/
+51
2022-04-14
drm/edid: have edid_block_check() detect blocks that are all zero
Jani Nikula
1
-5
/
+14
[prev]
[next]