index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-28
drm/i915/vrr: Generate VRR "safe window" for DSB
Ville Syrjälä
2
-4
/
+5
2024-03-28
drm/i915/display/debugfs: Fix duplicate checks in i915_drrs_status
Bhanuprakash Modem
1
-3
/
+2
2024-03-28
drm/i915/drrs: Refactor CPU transcoder DRRS check
Bhanuprakash Modem
3
-10
/
+14
2024-03-28
drm/i915/mtl: Update workaround 14018575942
Tejas Upadhyay
1
-0
/
+1
2024-03-28
drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly
Ville Syrjälä
2
-7
/
+39
2024-03-28
drm/i915/display: Disable AuxCCS framebuffers if built for Xe
Juha-Pekka Heikkila
1
-0
/
+3
2024-03-28
drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DP
Ville Syrjälä
2
-6
/
+0
2024-03-28
drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.c
Joonas Lahtinen
1
-0
/
+2
2024-03-28
drm/i915/display: Implement Wa_16021440873
Jouni Högander
2
-7
/
+37
2024-03-28
drm/i915/display: Add definition for MCURSOR_MODE_64_2B
Jouni Högander
1
-0
/
+1
2024-03-28
drm/i915/psr: Fix intel_psr2_sel_fetch_et_alignment usage
Jouni Högander
1
-22
/
+33
2024-03-28
drm/i915/psr: Move writing early transport pipe src
Jouni Högander
2
-9
/
+7
2024-03-28
drm/i915/psr: Calculate PIPE_SRCSZ_ERLY_TPT value
Jouni Högander
2
-0
/
+18
2024-03-28
drm/xe/pf: Add minimal support for VF_STATE_NOTIFY events
Michal Wajdeczko
4
-0
/
+290
2024-03-28
drm/xe/guc: Add VF_STATE_NOTIFY and VF_CONTROL to ABI
Michal Wajdeczko
1
-0
/
+94
2024-03-28
drm/xe/vf: Add proper detection of the SR-IOV VF mode
Michal Wajdeczko
2
-2
/
+18
2024-03-28
drm/xe: Move SR-IOV probe to xe_device_probe_early()
Michal Wajdeczko
4
-5
/
+5
2024-03-28
drm/xe: Separate pure MMIO init from VRAM checkout
Michal Wajdeczko
3
-35
/
+24
2024-03-28
drm/i915/dp: Remove support for UHBR13.5
Arun R Murthy
1
-1
/
+1
2024-03-28
drm: DRM_WERROR should depend on DRM
Geert Uytterhoeven
1
-1
/
+1
2024-03-28
drm/bridge: it6505: Remove useless select
Maxime Ripard
1
-1
/
+0
2024-03-28
drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on
Maxime Ripard
8
-7
/
+8
2024-03-28
drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on
Maxime Ripard
7
-6
/
+7
2024-03-28
drm: Switch DRM_DISPLAY_DP_HELPER to depends on
Maxime Ripard
17
-26
/
+27
2024-03-28
drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on
Maxime Ripard
7
-9
/
+10
2024-03-28
drm: Switch DRM_DISPLAY_HELPER to depends on
Maxime Ripard
19
-45
/
+59
2024-03-28
drm: Make drivers depends on DRM_DW_HDMI
Maxime Ripard
7
-9
/
+10
2024-03-28
drm/display: Make all helpers visible and switch to depends on
Maxime Ripard
1
-12
/
+14
2024-03-28
drm/display: Reorder Kconfig symbols
Maxime Ripard
1
-25
/
+25
2024-03-28
drm/display: Make DisplayPort CEC-over-AUX Kconfig name consistent
Maxime Ripard
2
-2
/
+2
2024-03-28
drm/display: Make DisplayPort AUX Chardev Kconfig name consistent
Maxime Ripard
5
-5
/
+5
2024-03-28
drm/display: Make DisplayPort tunnel debug Kconfig name consistent
Maxime Ripard
3
-7
/
+7
2024-03-28
drm/display: Make DisplayPort AUX bus Kconfig name consistent
Maxime Ripard
8
-11
/
+11
2024-03-28
drm/qxl: remove unused variable from `qxl_process_single_command()`
Miguel Ojeda
1
-3
/
+1
2024-03-28
drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()`
Miguel Ojeda
1
-2
/
+0
2024-03-28
drm/xe: Move vma rebinding to the drm_exec locking loop
Thomas Hellström
5
-75
/
+83
2024-03-28
drm/xe: Make TLB invalidation fences unordered
Thomas Hellström
3
-10
/
+1
2024-03-28
drm/xe: Rework rebinding
Thomas Hellström
5
-51
/
+14
2024-03-28
drm/xe: Use ring ops TLB invalidation for rebinds
Thomas Hellström
6
-9
/
+30
2024-03-28
drm/i915: add bug.h include to i915_memcpy.c
Dave Airlie
1
-0
/
+1
2024-03-28
Merge tag 'amd-drm-fixes-6.9-2024-03-27' of https://gitlab.freedesktop.org/ag...
Dave Airlie
35
-272
/
+328
2024-03-27
drm/xe/guc: Use GuC ID Manager in submission code
Michal Wajdeczko
2
-36
/
+10
2024-03-27
drm/xe/kunit: Add basic tests for GuC context ID Manager
Michal Wajdeczko
2
-0
/
+140
2024-03-27
drm/xe/guc: Introduce GuC context ID Manager
Michal Wajdeczko
4
-0
/
+315
2024-03-27
drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI header
Michal Wajdeczko
2
-1
/
+2
2024-03-27
drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed
Jocelyn Falempe
1
-6
/
+9
2024-03-27
drm/amdgpu: fix deadlock while reading mqd from debugfs
Johannes Weiner
1
-17
/
+29
2024-03-27
drm/amdgpu: enable UMSCH 4.0.6
Lang Yu
3
-4
/
+16
2024-03-27
drm/amdgpu/umsch: update UMSCH 4.0 FW interface
Lang Yu
2
-12
/
+21
2024-03-27
drm/amd/display: Set DCN351 BB and IP the same as DCN35
Xi Liu
1
-5
/
+1
[prev]
[next]