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
2024-09-10
drm/panel: samsung-s6e3fa7: transition to mipi_dsi wrapped functions
Tejas Vipin
1
-50
/
+21
2024-09-09
drm/vc4: hvs: Correct logic on stopping an HVS channel
Dave Stevenson
1
-5
/
+3
2024-09-09
drm/vc4: hvs: Enable SCALER_CONTROL early in HVS init
Tim Gover
1
-6
/
+8
2024-09-09
drm/vc4: plane: Move the buffer offset out of the vc4_plane_state
Dave Stevenson
2
-36
/
+20
2024-09-09
drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registers
Maxime Ripard
3
-8
/
+14
2024-09-09
drm/vc4: hvs: Rework LBM alignment
Maxime Ripard
1
-2
/
+6
2024-09-09
drm/vc4: plane: Change ptr0_offset to an array
Maxime Ripard
2
-10
/
+11
2024-09-09
drm/vc4: hvs: Rename hvs_regs list
Maxime Ripard
1
-3
/
+3
2024-09-09
drm/vc4: hvs: Create cob_init function
Maxime Ripard
1
-54
/
+74
2024-09-09
drm/vc4: hvs: Create hw_init function
Maxime Ripard
1
-72
/
+83
2024-09-09
drm/vc4: hvs: Use switch statement to simplify vc4_hvs_get_fifo_from_output
Maxime Ripard
1
-35
/
+42
2024-09-09
drm/vc4: Make v3d paths unavailable on any generation newer than vc4
Maxime Ripard
11
-59
/
+59
2024-09-09
drm/vc4: Introduce generation number enum
Maxime Ripard
16
-107
/
+121
2024-09-09
drm/vc4: hvs: Remove ABORT_ON_EMPTY flag
Dom Cobley
2
-0
/
+2
2024-09-09
drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs function
Dave Stevenson
2
-2
/
+5
2024-09-09
drm/vc4: hvs: Fix dlist debug not resetting the next entry pointer
Dave Stevenson
1
-1
/
+2
2024-09-09
drm/vc4: hdmi: Avoid hang with debug registers when suspended
Dom Cobley
1
-0
/
+4
2024-09-09
drm/vc4: plane: YUV planes require vertical scaling to always be enabled
Dave Stevenson
1
-0
/
+6
2024-09-09
drm/vc4: hvs: Don't write gamma luts on 2711
Dave Stevenson
1
-0
/
+3
2024-09-09
drm/vc4: crtc: Move assigned_channel to a variable
Maxime Ripard
1
-3
/
+4
2024-09-09
drm/vc4: plane: Use return variable in atomic_check
Maxime Ripard
1
-1
/
+5
2024-09-09
drm/vc4: plane: Add more debugging for LBM allocation
Maxime Ripard
1
-0
/
+4
2024-09-09
drm/vc4: hvs: Print error if we fail an allocation
Maxime Ripard
2
-3
/
+8
2024-09-09
drm/vc4: hvs: More logging for dlist generation
Maxime Ripard
1
-2
/
+12
2024-09-09
drm/vc4: hdmi: Warn if writing to an unknown HDMI register
Maxime Ripard
1
-1
/
+4
2024-09-09
drm/vc4: hdmi: Increase audio MAI fifo dreq threshold
Dom Cobley
1
-5
/
+13
2024-09-09
drm/vc4: hvs: Set AXI panic modes for the HVS
Dave Stevenson
1
-0
/
+11
2024-09-09
drm/vc4: plane: Add support for YUV444 formats
Dom Cobley
1
-0
/
+18
2024-09-09
drm/vc4: hdmi: Avoid log spam for audio start failure
Dom Cobley
1
-1
/
+1
2024-09-09
drm/vc4: crtc: Force trigger of dlist update on margins change
Dave Stevenson
2
-10
/
+12
2024-09-09
drm/vc4: plane: Handle fractional coordinates using the phase field
Dom Cobley
1
-11
/
+76
2024-09-09
drm/vc4: plane: Keep fractional source coords inside state
Dom Cobley
2
-36
/
+34
2024-09-09
dma-buf: heaps: Add __init to CMA and system heap module_init functions
T.J. Mercier
2
-3
/
+3
2024-09-06
drm/todos: add entry for drm_syncobj error handling
Christian König
1
-0
/
+16
2024-09-06
drm/doc: Document submission error signaling
Christian König
1
-7
/
+20
2024-09-06
dma-buf: give examples of error codes to use
Christian König
1
-0
/
+6
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
13
-17
/
+18
2024-09-06
drm/gem-vram: Remove support for simple display pipelines
Thomas Zimmermann
2
-58
/
+0
2024-09-06
drm/bochs: Validate display modes against available video memory
Thomas Zimmermann
1
-7
/
+20
2024-09-06
drm/bochs: Use GEM SHMEM helpers for memory management
Thomas Zimmermann
2
-44
/
+38
2024-09-06
drm/bochs: Use regular atomic helpers
Thomas Zimmermann
1
-45
/
+132
2024-09-06
drm/bochs: Allocate DRM device in struct bochs_device
Thomas Zimmermann
1
-27
/
+25
2024-09-06
drm/bochs: Upcast with to_bochs_device()
Thomas Zimmermann
1
-4
/
+9
2024-09-06
drm/bochs: Pass bochs device to various functions
Thomas Zimmermann
1
-6
/
+6
2024-09-06
drm/bochs: Do managed resource cleanup
Thomas Zimmermann
1
-32
/
+10
2024-09-06
drm/bochs: Use helpers for struct drm_edid
Thomas Zimmermann
1
-26
/
+22
2024-09-06
drm/bochs: Remove manual format test from fb_create
Thomas Zimmermann
1
-12
/
+1
2024-09-05
drm/msm: add another DRM_DISPLAY_DSC_HELPER selection
Dmitry Baryshkov
1
-0
/
+1
2024-09-05
drm/xe: select DRM_DISPLAY_DSC_HELPER
Dmitry Baryshkov
1
-0
/
+1
2024-09-05
drm/panthor: Add DEV_QUERY_TIMESTAMP_INFO dev query
Mary Guillemard
4
-1
/
+115
[next]