index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-25
udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
Vivek Kasireddy
1
-3
/
+6
2022-08-25
drm/vc4: hvs: protect drm_print_regset32()
Danilo Krummrich
1
-2
/
+2
2022-08-25
drm/vc4: crtc: protect device resources after removal
Danilo Krummrich
1
-1
/
+40
2022-08-25
drm/vc4: plane: protect device resources after removal
Danilo Krummrich
1
-0
/
+20
2022-08-25
drm/vc4: hdmi: unlock mutex when device is unplugged
Danilo Krummrich
1
-2
/
+5
2022-08-23
drm/display/dp_mst: Move all payload info into the atomic state
Lyude Paul
9
-874
/
+525
2022-08-23
drm/radeon: Drop legacy MST support
Lyude Paul
11
-975
/
+7
2022-08-23
drm/display/dp_mst: Maintain time slot allocations when deleting payloads
Lyude Paul
2
-8
/
+11
2022-08-23
drm/display/dp_mst: Drop all ports from topology on CSNs before queueing link...
Lyude Paul
1
-6
/
+8
2022-08-23
drm/display/dp_mst: Add helpers for serializing SST <-> MST transitions
Lyude Paul
7
-1
/
+94
2022-08-23
drm/nouveau/kms: Pull mst state in for all modesets
Lyude Paul
1
-1
/
+1
2022-08-23
drm/nouveau/kms: Cache DP encoders in nouveau_connector
Lyude Paul
2
-1
/
+6
2022-08-23
drm/display/dp_mst: Fix modeset tracking in drm_dp_atomic_release_vcpi_slots()
Lyude Paul
1
-3
/
+8
2022-08-23
drm/display/dp_mst: Don't open code modeset checks for releasing time slots
Lyude Paul
4
-72
/
+23
2022-08-23
drm/display/dp_mst: Add nonblocking helpers for DP MST
Lyude Paul
5
-2
/
+124
2022-08-23
drm/display/dp_mst: Add helper for finding payloads in atomic MST state
Lyude Paul
1
-64
/
+45
2022-08-23
drm/display/dp_mst: Add some missing kdocs for atomic MST structs
Lyude Paul
1
-0
/
+23
2022-08-23
drm/display/dp_mst: Fix confusing docs for drm_dp_atomic_release_time_slots()
Lyude Paul
1
-2
/
+1
2022-08-23
drm/display/dp_mst: Call them time slots, not VCPI slots
Lyude Paul
6
-76
/
+81
2022-08-23
drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocation
Lyude Paul
2
-50
/
+50
2022-08-23
drm/amdgpu/dm/mst: Rename get_payload_table()
Lyude Paul
1
-3
/
+4
2022-08-23
drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)
Lyude Paul
4
-15
/
+19
2022-08-23
drm/panel-edp: add IVO M133NW4J-R3 panel entry
Steev Klimaszewski
1
-0
/
+1
2022-08-23
subdev/clk: fix repeated words in comments
wangjianli
1
-1
/
+1
2022-08-22
drm/nouveau/hwmon: use simplified HWMON_CHANNEL_INFO macro
Beniamin Sandu
1
-68
/
+17
2022-08-22
drm/panel-edp: add AUO B133UAN02.1 panel entry
Johan Hovold
1
-0
/
+1
2022-08-22
drm/lcdif: switch to devm_drm_of_get_bridge
Marek Vasut
1
-15
/
+3
2022-08-22
drm/lcdif: Clean up debug prints and comments
Marek Vasut
1
-1
/
+1
2022-08-22
drm/lcdif: Consistently use plain timings
Marek Vasut
1
-4
/
+4
2022-08-22
drm/lcdif: Clean up headers
Marek Vasut
3
-4
/
+2
2022-08-22
drm/ttm: Switch to using the new res callback
Arunpravin Paneer Selvam
2
-47
/
+15
2022-08-22
drm/nouveau: Implement intersect/compatible functions
Arunpravin Paneer Selvam
3
-0
/
+59
2022-08-22
drm/i915: Implement intersect/compatible functions
Arunpravin Paneer Selvam
2
-40
/
+74
2022-08-22
drm/amdgpu: Implement intersect/compatible functions
Arunpravin Paneer Selvam
2
-0
/
+106
2022-08-22
drm/ttm: Implement intersect/compatible functions
Arunpravin Paneer Selvam
1
-0
/
+33
2022-08-22
drm/ttm: Add new callbacks to ttm res mgr
Arunpravin Paneer Selvam
3
-7
/
+119
2022-08-22
drm/msm: Make .remove and .shutdown HW shutdown consistent
Javier Martinez Canillas
1
-4
/
+9
2022-08-19
drm/virtio: remove drm_plane_cleanup() destroy hook
drm-misc-next-2022-08-20-1
Danilo Krummrich
1
-1
/
+0
2022-08-16
drm/nouveau/kms/nv140-: Disable interlacing
Lyude Paul
1
-1
/
+2
2022-08-15
drm/vc4: Drop of_gpio header
Maíra Canal
1
-1
/
+0
2022-08-11
drm/i915: Use luminance range calculated during edid parsing
Jouni Högander
1
-2
/
+13
2022-08-11
drm/amdgpu_dm: Rely on split out luminance calculation function
Jouni Högander
1
-31
/
+4
2022-08-11
drm: New function to get luminance range based on static hdr metadata
Jouni Högander
2
-1
/
+72
2022-08-11
drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of...
Liang He
1
-0
/
+1
2022-08-11
drm/bridge: tc358767: disable main link PHYs on main link disable
Lucas Stach
1
-1
/
+7
2022-08-11
drm/bridge: tc358767: increase CLRSIPO count
Lucas Stach
1
-4
/
+4
2022-08-11
drm/bridge: tc358767: don't fixup mode sync polarity
Lucas Stach
1
-36
/
+18
2022-08-10
dma-buf/sync_file: use strscpy to replace strlcpy
XueBing Chen
1
-4
/
+4
2022-08-10
drm/udl: Replace BUG_ON() with WARN_ON()
Takashi Iwai
2
-2
/
+4
2022-08-10
drm/udl: Kill pending URBs at suspend and disconnect
Takashi Iwai
3
-3
/
+26
[next]