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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-19
drm/xe/device: fix XE_MAX_TILES_PER_DEVICE check
Matthew Auld
1
-1
/
+1
2024-03-19
drm/xe/device: fix XE_MAX_GT_PER_TILE check
Matthew Auld
1
-1
/
+1
2024-03-19
drm/xe/queue: fix engine_class bounds check
Matthew Auld
1
-1
/
+1
2024-03-19
drm/xe: Fix potential integer overflow in page size calculation
Nirmoy Das
1
-1
/
+1
2024-03-19
drm/xe/vm: fix xe_assert()
Matthew Auld
1
-1
/
+1
2024-03-19
drm/xe/client: drop bogus bo NULL check
Matthew Auld
1
-1
/
+1
2024-03-19
drm/xe/client: remove bogus rcu list usage
Matthew Auld
1
-3
/
+3
2024-03-19
drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.c
Joonas Lahtinen
1
-0
/
+2
2024-03-19
Merge tag 'drm-misc-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/...
Dave Airlie
11
-27
/
+47
2024-03-19
Merge tag 'drm-xe-next-fixes-2024-03-14' of https://gitlab.freedesktop.org/dr...
Dave Airlie
6
-35
/
+55
2024-03-18
Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-3
/
+3
2024-03-18
drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau
Chris Bainbridge
1
-0
/
+7
2024-03-18
drm: bridge: thc63lvd1024: Switch to use of_graph_get_remote_node()
Sui Jingfeng
1
-21
/
+3
2024-03-18
drm/bridge: it66121: Remove a duplicated invoke of of_device_is_available()
Sui Jingfeng
1
-6
/
+0
2024-03-18
drm: bridge: dw_hdmi: Switch to of_graph_get_remote_node()
Sui Jingfeng
1
-27
/
+4
2024-03-18
drm/bridge: ite66121: Register HPD interrupt handler only when 'client->irq > 0'
Sui Jingfeng
1
-7
/
+12
2024-03-18
drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
Laurent Pinchart
1
-3
/
+3
2024-03-18
drm/panel: ilitek-ili9881c: Add Startek KD050HDFIA020-C020A support
Laurent Pinchart
1
-0
/
+222
2024-03-18
Revert "drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE"
Neil Armstrong
1
-1
/
+0
2024-03-18
drm/i915: Add missing ; to __assign_str() macros in tracepoint code
Steven Rostedt (Google)
1
-3
/
+3
2024-03-18
drm/omapdrm: Fix console with deferred ops
Tony Lindgren
2
-7
/
+23
2024-03-18
drm/omapdrm: Fix console by implementing fb_dirty
Tony Lindgren
1
-0
/
+12
2024-03-18
drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()
Jonathon Hall
1
-1
/
+1
2024-03-18
drm/bridge: Select DRM_KMS_HELPER for DRM_PANEL_BRIDGE
Luca Weiss
1
-0
/
+1
2024-03-15
drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer()
Lyude Paul
1
-1
/
+1
2024-03-15
drm/xe/pf: Always select Multi-Level LMTT for platforms 12.60+
Michal Wajdeczko
1
-1
/
+1
2024-03-15
drm/xe/pf: Request 64K aligned allocations for LMTT PD
Michal Wajdeczko
1
-1
/
+1
2024-03-15
drm/xe: Allow VRAM BO allocations aligned to 64K
Michal Wajdeczko
2
-1
/
+3
2024-03-15
drm/xe: Make xe_mmio_read|write() functions non-inline
Michal Wajdeczko
2
-74
/
+79
2024-03-15
drm/xe: Mark VF accessible interrupt registers
Michal Wajdeczko
1
-17
/
+23
2024-03-15
drm/xe: Mark VF accessible global registers
Michal Wajdeczko
1
-1
/
+1
2024-03-15
drm/xe: Mark VF accessible GuC registers
Michal Wajdeczko
1
-4
/
+4
2024-03-15
drm/xe: Define XE_REG_OPTION_VF
Michal Wajdeczko
1
-0
/
+11
2024-03-15
drm/xe: Assert size of the struct xe_reg
Michal Wajdeczko
1
-0
/
+3
2024-03-15
drm/sched: fix null-ptr-deref in init entity
Vitaly Prosyak
1
-3
/
+9
2024-03-15
drm/i915: Create the printer only once in intel_pipe_config_compare()
Ville Syrjälä
1
-55
/
+46
2024-03-15
drm/i915: Reuse pipe_config_mismatch() more
Ville Syrjälä
1
-32
/
+10
2024-03-15
drm/i915: Relocate pipe_config_mismatch()
Ville Syrjälä
1
-23
/
+23
2024-03-15
drm/i915: Skip intel_crtc_state_dump() if debugs aren't enabled
Ville Syrjälä
1
-0
/
+3
2024-03-15
drm/i915: Convert the remaining state dump to drm_printer
Ville Syrjälä
1
-77
/
+60
2024-03-15
drm/i915: Use drm_printer more extensively in intel_crtc_state_dump()
Ville Syrjälä
1
-102
/
+91
2024-03-15
drm/i915: Convert intel_dpll_dump_hw_state() to drm_printer
Ville Syrjälä
4
-74
/
+66
2024-03-15
drm/i915: Convert pipe_config_buffer_mismatch() to drm_printer
Ville Syrjälä
1
-18
/
+19
2024-03-15
drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printer
Ville Syrjälä
1
-14
/
+18
2024-03-15
drm/i915: Include CRTC info in VSC SDP mismatch prints
Ville Syrjälä
1
-5
/
+8
2024-03-15
drm/i915: Include CRTC info in infoframe mismatch prints
Ville Syrjälä
1
-5
/
+9
2024-03-15
drm/i915: Indicate which pipe failed the fastset check overall
Ville Syrjälä
1
-2
/
+4
2024-03-15
drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is enabled
Karolina Stolarek
1
-1
/
+1
2024-03-15
drm/i915: Drop pointless (void*) cast
Ville Syrjälä
1
-1
/
+1
2024-03-15
drm/i915: Use container_of_const() for states
Ville Syrjälä
7
-12
/
+23
[prev]
[next]