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
2020-05-18
drm/i915/selftests: Refactor sibling selection
Chris Wilson
1
-41
/
+27
2020-05-16
drm/i915: Mark check_shadow_context_ppgtt as maybe unused
Nathan Chancellor
1
-1
/
+1
2020-05-16
drm/i915/gem: Retry faulthandlers on ENOSPC
Chris Wilson
1
-1
/
+1
2020-05-16
drm/i915: Clean up dbuf debugs during .atomic_check()
Ville Syrjälä
1
-7
/
+19
2020-05-16
drm/i915: Move the dbuf pre/post plane update
Ville Syrjälä
3
-39
/
+41
2020-05-16
drm/i915: Nuke skl_ddb_get_hw_state()
Ville Syrjälä
2
-8
/
+0
2020-05-16
drm/i915: Introduce proper dbuf state
Ville Syrjälä
6
-99
/
+207
2020-05-16
drm/i915: Unify the low level dbuf code
Ville Syrjälä
3
-32
/
+24
2020-05-16
drm/i915: Polish some dbuf debugs
Ville Syrjälä
1
-19
/
+17
2020-05-16
drm/i915: Make skl_compute_dbuf_slices() behave consistently for all platforms
Ville Syrjälä
1
-1
/
+1
2020-05-15
drm/i915: avoid unused scale_user_to_hw() warning
Arnd Bergmann
1
-10
/
+10
2020-05-15
drm/i915: Protect overlay colorkey macro arguments
Ville Syrjälä
1
-4
/
+4
2020-05-15
drm/i915: Enable pipe gamma for the overlay
Ville Syrjälä
1
-0
/
+2
2020-05-15
drm/i915: Configure overlay cc_out precision based on crtc gamma config
Ville Syrjälä
1
-2
/
+6
2020-05-15
drm/i915: Fix overlay colorkey for 30bpp and 8bpp
Ville Syrjälä
1
-3
/
+11
2020-05-15
drm/i915: Fix max cursor size for i915g/gm
Ville Syrjälä
1
-1
/
+2
2020-05-15
drm/i915: Update DRIVER_DATE to 20200515
Joonas Lahtinen
1
-2
/
+2
2020-05-14
drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()
Ville Syrjälä
5
-10
/
+17
2020-05-14
drm/i915: Store CS timestamp frequency in Hz
Ville Syrjälä
6
-30
/
+30
2020-05-14
drm/i915: Nuke pointless div by 64bit
Ville Syrjälä
1
-6
/
+5
2020-05-14
drm/i915: Enable SAGV support for Gen12
Stanislav Lisovskiy
1
-4
/
+0
2020-05-14
drm/i915: Restrict qgv points which don't have enough bandwidth.
Stanislav Lisovskiy
3
-37
/
+162
2020-05-14
drm/i915: Add TGL+ SAGV support
Stanislav Lisovskiy
3
-19
/
+99
2020-05-14
Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...
Joonas Lahtinen
7
-12
/
+155
2020-05-14
drm/i915/psr: Use new DP VSC SDP compute routine on PSR
Gwan-gyeong Mun
4
-43
/
+26
2020-05-14
drm/i915/dp: Add compute routine for DP PSR VSC SDP
Gwan-gyeong Mun
2
-2
/
+72
2020-05-14
drm/i915: Stop sending DP SDPs on ddi disable
Gwan-gyeong Mun
1
-0
/
+2
2020-05-14
drm/i915: Program DP SDPs on pipe updates
Gwan-gyeong Mun
1
-0
/
+1
2020-05-14
drm/i915: Fix enabled infoframe states of lspcon
Gwan-gyeong Mun
1
-1
/
+1
2020-05-14
drm/i915: Add state readout for DP VSC SDP
Gwan-gyeong Mun
2
-0
/
+45
2020-05-14
drm/i915: Add state readout for DP HDR Metadata Infoframe SDP
Gwan-gyeong Mun
1
-0
/
+8
2020-05-14
drm/i915: Program DP SDPs with computed configs
Gwan-gyeong Mun
3
-237
/
+1
2020-05-14
drm/i915: Include DP VSC SDP in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+13
2020-05-14
drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+3
2020-05-14
drm/i915: Include HDMI DRM infoframe in the crtc state dump
Gwan-gyeong Mun
1
-0
/
+3
2020-05-14
drm/i915/dp: Read out DP SDPs
Gwan-gyeong Mun
2
-0
/
+190
2020-05-14
drm/i915/gt: Transfer old virtual breadcrumbs to irq_worker
Chris Wilson
4
-34
/
+57
2020-05-14
drm/i915/selftests: Always call the provided engine->emit_init_breadcrumb
Chris Wilson
2
-4
/
+2
2020-05-14
drm/i915: Show per-engine default property values in sysfs
Chris Wilson
3
-1
/
+97
2020-05-14
drm/i915: Drop no-semaphore boosting
Chris Wilson
8
-73
/
+11
2020-05-14
Merge tag 'drm-intel-next-2020-04-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
107
-1954
/
+6183
2020-05-13
drm/i915: Handle idling during i915_gem_evict_something busy loops
Chris Wilson
1
-14
/
+12
2020-05-13
drm/i915: Drop I915_RESET_TIMEOUT and friends
Chris Wilson
1
-7
/
+0
2020-05-13
drm/i915: Mark the addition of the initial-breadcrumb in the request
Chris Wilson
3
-9
/
+30
2020-05-13
drm/i915/gem: Remove redundant exec_fence
Chris Wilson
1
-26
/
+14
2020-05-13
drm/i915: Remove duplicate inline specifier on write_pte
Nathan Chancellor
1
-1
/
+1
2020-05-13
drm/i915/gt: Suspend tasklets before resume sanitization
Chris Wilson
1
-4
/
+4
2020-05-13
drm/i915: Make active_pipes check skl specific
Stanislav Lisovskiy
2
-6
/
+11
2020-05-13
drm/i915: Extract skl SAGV checking
Stanislav Lisovskiy
1
-2
/
+8
2020-05-13
drm/i915: Introduce skl_plane_wm_level accessor.
Stanislav Lisovskiy
1
-2
/
+21
[prev]
[next]