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
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-22
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
252
-4160
/
+8069
2023-02-23
Merge tag 'drm-misc-next-fixes-2023-02-21' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-0
/
+1
2023-02-21
Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2023-02-21
drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()
Thomas Zimmermann
1
-0
/
+1
2023-02-21
Merge tag 'drm-intel-next-fixes-2023-02-17' of git://anongit.freedesktop.org/...
Dave Airlie
9
-43
/
+107
2023-02-21
Merge tag 'drm-misc-next-fixes-2023-02-16' of git://anongit.freedesktop.org/d...
Dave Airlie
3
-4
/
+79
2023-02-15
drm/i915: Fix system suspend without fbdev being initialized
Imre Deak
1
-1
/
+7
2023-02-15
drm/i915: Fix GEN8_MISCCPCTL
Lucas De Marchi
4
-14
/
+10
2023-02-15
drm/i915/pvc: Annotate two more workaround/tuning registers as MCR
Matt Roper
2
-6
/
+12
2023-02-15
drm/i915/bios: set default backlight controller index
Jani Nikula
1
-0
/
+1
2023-02-15
drm/i915: Pick the backlight controller based on VBT on ICP+
Ville Syrjälä
1
-3
/
+31
2023-02-15
drm/i915: Populate encoder->devdata for DSI on icl+
Ville Syrjälä
2
-4
/
+14
2023-02-15
drm/i915: Fix VBT DSI DVO port handling
Ville Syrjälä
1
-10
/
+23
2023-02-15
drm/i915: Fix memory leaks in scatterlist
Matt Atwood
1
-2
/
+6
2023-02-15
drm/i915/doc: Escape wildcard in method names
Bagas Sanjaya
1
-3
/
+3
2023-02-14
drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list
Matt Roper
1
-7
/
+7
2023-02-13
drm/i915/dp_mst: Fix payload removal during output disabling
Imre Deak
1
-6
/
+10
2023-02-13
drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()
Imre Deak
1
-1
/
+3
2023-02-13
drm/i915/dp_mst: Add the MST topology state for modesetted CRTCs
Imre Deak
3
-0
/
+69
2023-02-08
drm/i915: Fix VBT DSI DVO port handling
Ville Syrjälä
1
-10
/
+23
2023-02-06
drm/i915: Initialize the obj flags for shmem objects
Aravind Iddamsetty
1
-1
/
+1
2023-02-06
drm/i915: Move fd_install after last use of fence
Rob Clark
1
-7
/
+7
2023-02-06
drm/i915/fbdev: Implement fb_dirty for intel custom fb helper
Jouni Högander
1
-0
/
+12
2023-02-06
drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabled
Ville Syrjälä
1
-1
/
+2
2023-02-03
Merge tag 'drm-intel-gt-next-2023-02-01' of git://anongit.freedesktop.org/drm...
Dave Airlie
26
-339
/
+489
2023-01-31
drm/i915/mtl: Wa_22011802037: don't complain about missing regs on MTL
John Harrison
1
-4
/
+1
2023-01-31
drm/i915/guc: Update GT/GuC messages in intel_uc.c
Michal Wajdeczko
1
-41
/
+39
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc_submission.c
Michal Wajdeczko
1
-35
/
+26
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc_log.c
Michal Wajdeczko
1
-19
/
+19
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc_fw.c
Michal Wajdeczko
1
-8
/
+9
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc_ct.c
Michal Wajdeczko
1
-19
/
+4
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc_ads.c
Michal Wajdeczko
1
-4
/
+4
2023-01-31
drm/i915/guc: Update GuC messages in intel_guc.c
Michal Wajdeczko
1
-16
/
+15
2023-01-31
drm/i915/guc: Add GuC oriented print macros
Michal Wajdeczko
1
-0
/
+48
2023-01-31
Merge v6.2-rc6 into drm-next
Daniel Vetter
13
-92
/
+89
2023-01-30
drm/i915/adlp: Fix typo for reference clock
Chaitanya Kumar Borah
1
-1
/
+1
2023-01-30
drm/i915: Fix potential bit_17 double-free
Rob Clark
1
-4
/
+5
2023-01-30
drm/i915: Fix up locking around dumping requests lists
John Harrison
5
-62
/
+73
2023-01-30
drm/i915: Fix request ref counting during error capture & debugfs dump
John Harrison
5
-12
/
+17
2023-01-30
drm/i915/guc: Fix locking when searching for a hung request
John Harrison
1
-0
/
+11
2023-01-30
drm/i915: Avoid potential vm use-after-free
Rob Clark
1
-3
/
+11
2023-01-30
drm/i915: Fix potential bit_17 double-free
Rob Clark
1
-4
/
+5
2023-01-30
Merge tag 'drm-intel-next-2023-01-27' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
98
-1498
/
+1819
2023-01-27
drm/i915/guc: Rename GuC register state capture node to be more obvious
John Harrison
2
-5
/
+5
2023-01-27
drm/i915/guc: Add a debug print on GuC triggered reset
John Harrison
1
-0
/
+4
2023-01-27
drm/i915/guc: Look for a guilty context when an engine reset fails
John Harrison
1
-2
/
+15
2023-01-27
drm/i915: Allow error capture of a pending request
John Harrison
1
-4
/
+1
2023-01-27
drm/i915: Allow error capture without a request
John Harrison
1
-24
/
+50
2023-01-27
drm/i915: Fix up locking around dumping requests lists
John Harrison
5
-62
/
+73
2023-01-27
drm/i915: Fix request ref counting during error capture & debugfs dump
John Harrison
5
-12
/
+17
[next]