index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
display
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-23
drm/xe: Move struct xe_vram_region to a dedicated header
Piotr Piórkowski
2
-0
/
+2
2025-10-23
drm/xe: Use dynamic allocation for tile and device VRAM region structures
Piotr Piórkowski
2
-3
/
+3
2025-07-21
Merge tag 'drm-misc-next-2025-07-17' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
2
-2
/
+6
2025-07-16
drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2
-2
/
+6
2025-07-11
Merge tag 'drm-xe-next-2025-07-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Simona Vetter
3
-11
/
+9
2025-06-27
drm/xe: Drop bo->size
Matthew Brost
2
-2
/
+2
2025-06-27
drm/i915/display: Add drm_panic support for Y-tiling with DPT
Jocelyn Falempe
1
-1
/
+4
2025-06-27
drm/i915: Add intel_bo_panic_setup() and intel_bo_panic_finish()
Jocelyn Falempe
1
-0
/
+64
2025-06-27
drm/i915: Add intel_bo_alloc_framebuffer()
Jocelyn Falempe
1
-0
/
+24
2025-06-27
drm/i915/fbdev: Add intel_fbdev_get_map()
Jocelyn Falempe
1
-0
/
+5
2025-06-24
drm/xe: move DPT l2 flush to a more sensible place
Matthew Auld
1
-2
/
+3
2025-06-24
drm/xe: Move DSB l2 flush to a more sensible place
Maarten Lankhorst
1
-7
/
+4
2025-06-23
Merge drm/drm-next into drm-intel-next
Jani Nikula
2
-34
/
+22
2025-06-23
Merge tag 'drm-intel-next-2025-06-18' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
8
-62
/
+61
2025-06-19
drm/i915/plane: rename intel_atomic_plane.[ch] to intel_plane.[ch]
Jani Nikula
1
-1
/
+1
2025-06-11
drm/i915/display: drop i915_reg.h include where possible
Jani Nikula
1
-1
/
+0
2025-06-11
Revert "drm/xe/display: use xe->display to decide whether to do anything"
Vivek Kasireddy
1
-20
/
+20
2025-06-09
Merge drm/drm-next into drm-xe-next
Thomas Hellström
4
-115
/
+44
2025-06-09
drm/i915: split out display register macros to a separate file
Jani Nikula
1
-0
/
+1
2025-06-09
drm/xe: Implement a helper for reading out a GGTT PTE at a specified offset
Maarten Lankhorst
1
-5
/
+1
2025-06-09
drm/xe/display: Convert GGTT mapping to use pte_encode_flags
Maarten Lankhorst
1
-12
/
+5
2025-06-09
drm/xe/display: Dont poke into GGTT internals to fill a DPT
Maarten Lankhorst
1
-11
/
+9
2025-06-09
drm/xe/display: Remove dereferences of ggtt for tile id
Maarten Lankhorst
1
-6
/
+7
2025-06-04
drm/i915/dram: add return value and handling to intel_dram_detect()
Jani Nikula
1
-1
/
+3
2025-05-27
drm/xe: stop including intel_display_{core, device}.h from xe_device_types.h
Jani Nikula
7
-3
/
+8
2025-05-27
drm/i915/display: allocate struct intel_display dynamically
Jani Nikula
1
-3
/
+4
2025-05-20
drm/xe/display: use xe->display to decide whether to do anything
Jani Nikula
1
-20
/
+20
2025-05-20
drm/xe/display: add notes about how early a few functions can be called
Jani Nikula
1
-0
/
+4
2025-05-20
drm/xe/display: move xe->display initialization to xe_display_probe()
Jani Nikula
2
-23
/
+14
2025-05-20
drm/i915/display: move hotplug.dp_wq init from xe and i915 to display
Jani Nikula
1
-15
/
+1
2025-05-20
drm/xe/display: drop duplicate display->fb_tracking.lock init
Jani Nikula
1
-2
/
+0
2025-05-20
drm/xe/display: Add check for alloc_ordered_workqueue()
Haoxiang Li
1
-0
/
+2
2025-05-16
drm/{i915,xe}: convert i915 and xe display members into pointers
Jani Nikula
2
-25
/
+28
2025-05-16
drm/xe/display: do not reference xe->display inline
Jani Nikula
2
-7
/
+13
2025-05-16
drm/xe/rpm: use to_xe_device() instead of container_of
Jani Nikula
1
-1
/
+2
2025-05-10
Merge tag 'drm-intel-next-2025-05-08' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
4
-115
/
+44
2025-05-07
drm/i915/rps: refactor display rps support
Jani Nikula
1
-17
/
+0
2025-05-02
drm/i915/hdcp: pass struct drm_device to driver specific HDCP GSC code
Jani Nikula
1
-8
/
+8
2025-05-02
drm/i915/hdcp: simplify HDCP GSC firmware usage selection
Jani Nikula
1
-5
/
+0
2025-05-02
drm/i915/hdcp: switch the HDCP GSC message interface from u8* to void*
Jani Nikula
1
-2
/
+2
2025-05-02
drm/i915/hdcp: pass the context to the HDCP GSC message interface
Jani Nikula
1
-5
/
+7
2025-05-02
drm/i915/hdcp: rename HDCP GSC context alloc/free functions
Jani Nikula
1
-2
/
+2
2025-05-02
drm/i915/hdcp: rename struct intel_hdcp_gsc_message to intel_hdcp_gsc_context
Jani Nikula
1
-29
/
+29
2025-05-02
drm/i915/hdcp: split HDCP GSC message alloc/save responsibilities
Jani Nikula
1
-13
/
+9
2025-05-02
drm/i915/hdcp: deduplicate and refactor HDCP GSC ops initialization
Jani Nikula
1
-47
/
+3
2025-04-26
Merge tag 'drm-xe-next-2025-04-17' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Dave Airlie
2
-3
/
+3
2025-04-24
Merge drm/drm-next into drm-xe-next
Thomas Hellström
3
-18
/
+101
2025-04-17
drm/i915/fb: convert intel_fbdev.[ch] and intel_fbdev_fb.[ch] to struct intel_display
Jani Nikula
1
-3
/
+3
2025-04-15
Merge tag 'drm-intel-next-2025-04-11' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Dave Airlie
3
-18
/
+101
2025-04-12
drm/i915/pch: move PCH detection to intel_display_driver_early_probe()
Jani Nikula
1
-3
/
+0
[next]