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
/
xe
/
display
/
xe_initial_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-14
drm/xe: Check the PTE local memory bit for initial FB in stolen
Ville Syrjälä
1
-1
/
+14
2026-07-14
drm/xe: Abstract the initial FB PTE checks a bit
Ville Syrjälä
1
-3
/
+14
2026-07-14
drm/xe: Print a debug message if we have no stolen for the initial FB
Ville Syrjälä
1
-2
/
+6
2026-07-14
drm/xe: Do the initial FB size alignment earlier
Ville Syrjälä
1
-4
/
+4
2026-07-14
drm/i915: Use drm_dbg_kms() for initial FB debugs
Ville Syrjälä
1
-6
/
+6
2026-05-11
drm/xe: Use xe_fb_pin_ggtt_pin() for the initial FB pin
Ville Syrjälä
1
-6
/
+12
2026-04-21
drm/i915: Don't pass the framebuffer to low level pinning functions
Ville Syrjälä
1
-1
/
+1
2026-04-21
drm/i915: Introduce struct intel_fb_pin_params
Ville Syrjälä
1
-2
/
+4
2026-04-15
drm/i915: Track fence region ID in plane state
Ville Syrjälä
1
-1
/
+1
2026-04-15
drm/i915: Move initial plane vblank wait into display code
Ville Syrjälä
1
-19
/
+0
2026-04-15
drm/i915: Make plane_config->fb a struct drm_framebuffer*
Ville Syrjälä
1
-1
/
+1
2026-04-02
drm/xe: pass struct xe_device to xe_display_bo_fbdev_prefer_stolen()
Jani Nikula
1
-1
/
+1
2026-04-02
drm/{i915, xe}: move fbdev fb calls to parent interface
Jani Nikula
1
-2
/
+2
2026-04-02
drm/xe/fbdev: put intel_fbdev_fb_prefer_stolen() behind IS_ENABLED(CONFIG_DRM_FBDEV_EMULATION)
Jani Nikula
1
-0
/
+1
2026-03-24
drm/xe: Rename XE_BO_FLAG_SCANOUT to XE_BO_FLAG_FORCE_WC
Tvrtko Ursulin
1
-1
/
+1
2026-03-03
drm/xe/display: clean up xe_initial_plane.c includes
Jani Nikula
1
-9
/
+3
2026-03-03
drm/xe/compat: remove i915_vma.h from compat
Jani Nikula
1
-2
/
+2
2026-02-25
drm/xe/fbdev: print info about stolen memory preference for fbdev
Vinod Govindapillai
1
-1
/
+3
2026-02-25
drm/xe/fbdev: Extract intel_fbdev_fb_prefer_stolen()
Ville Syrjälä
1
-9
/
+2
2026-02-25
drm/xe/fbdev: Fix BIOS FB vs. stolen size check
Ville Syrjälä
1
-1
/
+1
2025-12-22
drm/{i915, xe}: pass struct drm_device instead of drm_device to ->alloc_obj
Jani Nikula
1
-5
/
+2
2025-12-22
drm/{i915, xe}: pass struct drm_plane_state instead of struct drm_crtc to ->setup
Jani Nikula
1
-6
/
+2
2025-12-22
drm/{i915,xe}: deduplicate initial plane setup
Jani Nikula
1
-25
/
+0
2025-12-22
drm/{i915, xe}: deduplicate intel_alloc_initial_plane_obj() FB modifier checks
Jani Nikula
1
-13
/
+0
2025-12-22
drm/i915: further deduplicate intel_find_initial_plane_obj()
Jani Nikula
1
-53
/
+14
2025-12-22
drm/xe: return plane_state from intel_reuse_initial_plane_obj()
Jani Nikula
1
-11
/
+15
2025-12-22
drm/{i915, xe}: start deduplicating intel_find_initial_plane_obj() between i915 and xe
Jani Nikula
1
-21
/
+4
2025-12-22
drm/{i915, xe}: deduplicate plane_config_fini() between i915 and xe
Jani Nikula
1
-9
/
+0
2025-12-22
drm/{i915, xe}: deduplicate intel_initial_plane_config() between i915 and xe
Jani Nikula
1
-41
/
+6
2025-12-22
drm/{i915, xe}: move initial plane calls to parent interface
Jani Nikula
1
-4
/
+13
2025-12-22
drm/i915: rename intel_plane_initial.h to intel_initial_plane.h
Jani Nikula
1
-3
/
+3
2025-12-22
drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.c
Jani Nikula
1
-0
/
+321