index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_initial_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-14
drm/i915: Disable the plane if initial plane config readout failed
Ville Syrjälä
1
-3
/
+3
2026-06-02
drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
Chaitanya Kumar Borah
1
-1
/
+1
2026-05-27
drm/i915/display: pass struct intel_display to all for_each_intel_crtc*() macros
Jani Nikula
1
-2
/
+2
2026-05-04
drm/i915/display: move display funcs under modeset sub-struct
Jani Nikula
1
-2
/
+2
2026-04-15
drm/i915: Reject BIOS FB rotation in common code
Ville Syrjälä
1
-0
/
+10
2026-04-15
drm/i915: Completely reject DPT BIOS FBs.
Ville Syrjälä
1
-0
/
+9
2026-04-15
drm/i915: Reject X/Y tiled BIOS FB if we don't have fenced regions
Ville Syrjälä
1
-1
/
+5
2026-04-15
drm/i915: Reject tile4 BIOS FB
Ville Syrjälä
1
-1
/
+0
2026-04-15
drm/i915: Use a 1 second timeout for the polling vblank wait
Ville Syrjälä
1
-1
/
+1
2026-04-15
drm/i915: Move initial plane vblank wait into display code
Ville Syrjälä
1
-1
/
+21
2026-04-15
drm/i915: Make plane_config->fb a struct drm_framebuffer*
Ville Syrjälä
1
-5
/
+5
2026-04-15
drm/i915: Introduce sanity to the plane_config pointer vs. array thing
Ville Syrjälä
1
-8
/
+13
2025-12-22
drm/{i915, xe}: pass struct drm_device instead of drm_device to ->alloc_obj
Jani Nikula
1
-4
/
+3
2025-12-22
drm/{i915, xe}: pass struct drm_plane_state instead of struct drm_crtc to ->setup
Jani Nikula
1
-1
/
+1
2025-12-22
drm/{i915,xe}: deduplicate initial plane setup
Jani Nikula
1
-0
/
+26
2025-12-22
drm/{i915, xe}: deduplicate intel_alloc_initial_plane_obj() FB modifier checks
Jani Nikula
1
-0
/
+14
2025-12-22
drm/i915: further deduplicate intel_find_initial_plane_obj()
Jani Nikula
1
-1
/
+54
2025-12-22
drm/{i915, xe}: start deduplicating intel_find_initial_plane_obj() between i915 and xe
Jani Nikula
1
-1
/
+26
2025-12-22
drm/{i915, xe}: deduplicate plane_config_fini() between i915 and xe
Jani Nikula
1
-0
/
+10
2025-12-22
drm/{i915, xe}: deduplicate intel_initial_plane_config() between i915 and xe
Jani Nikula
1
-1
/
+47
2025-12-22
drm/{i915, xe}: move initial plane calls to parent interface
Jani Nikula
1
-0
/
+20