index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state
Sean Paul
2019-06-13
5
-14
/
+20
*
Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-05-28
201
-4938
/
+10806
|
\
|
*
drm/i915: Update DRIVER_DATE to 20190524
Jani Nikula
2019-05-24
1
-2
/
+2
|
*
drm/i915/gen11: enable support for headerless msgs
Dongwon Kim
2019-05-24
2
-0
/
+5
|
*
drm/i915/gtt: Neuter the deferred unbind callback from gen6_ppgtt_cleanup
Chris Wilson
2019-05-24
1
-0
/
+28
|
*
drm/i915: remove unused IO_TLB_SEGPAGES which should be defined by swiotlb
Dongli Zhang
2019-05-23
1
-3
/
+0
|
*
drm/i915/uc: Skip reset preparation if GuC is already dead
Michal Wajdeczko
2019-05-23
1
-1
/
+1
|
*
drm/i915/uc: Stop talking with GuC when resetting
Michal Wajdeczko
2019-05-23
2
-1
/
+17
|
*
drm/i915/uc: Skip GuC HW unwinding if GuC is already dead
Michal Wajdeczko
2019-05-23
1
-1
/
+1
|
*
drm/i915/uc: Use GuC firmware status helper
Michal Wajdeczko
2019-05-23
1
-6
/
+3
|
*
drm/i915/uc: Explicitly sanitize GuC/HuC on failure and finish
Michal Wajdeczko
2019-05-23
1
-5
/
+13
|
*
drm/i915/guc: Rename intel_guc_is_alive to intel_guc_is_loaded
Michal Wajdeczko
2019-05-23
2
-6
/
+6
|
*
drm/i915/selftests: Use prepare/finish during atomic reset test
Michal Wajdeczko
2019-05-23
1
-0
/
+2
|
*
drm/i915/selftests: Split igt_atomic_reset testcase
Michal Wajdeczko
2019-05-23
5
-90
/
+124
|
*
drm/i915/selftests: Move some reset testcases to separate file
Michal Wajdeczko
2019-05-23
4
-50
/
+81
|
*
drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanup
Chris Wilson
2019-05-23
2
-2
/
+33
|
*
drm/i915: remove duplicate typedef for intel_wakeref_t
Jani Nikula
2019-05-23
2
-3
/
+6
|
*
drm/i915: Update DRIVER_DATE to 20190523
Jani Nikula
2019-05-23
1
-2
/
+2
|
*
drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11
Gwan-gyeong Mun
2019-05-23
1
-0
/
+3
|
*
drm/i915/dp: Change a link bandwidth computation for DP
Gwan-gyeong Mun
2019-05-23
2
-2
/
+16
|
*
drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSA
Gwan-gyeong Mun
2019-05-23
2
-0
/
+9
|
*
drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry Format
Gwan-gyeong Mun
2019-05-23
3
-0
/
+93
|
*
drm: Rename struct edp_vsc_psr to struct dp_sdp
Gwan-gyeong Mun
2019-05-23
1
-1
/
+1
|
*
drm/i915/dp: Add a config function for YCBCR420 outputs
Gwan-gyeong Mun
2019-05-23
3
-11
/
+48
|
*
drm/i915: Engine discovery query
Tvrtko Ursulin
2019-05-22
3
-0
/
+92
|
*
drm/i915/icl: Add WaDisableBankHangMode
Tvrtko Ursulin
2019-05-22
2
-0
/
+9
|
*
drm/i915/selftests: Verify context workarounds
Tvrtko Ursulin
2019-05-22
2
-68
/
+98
|
*
drm/i915: Allow specification of parallel execbuf
Chris Wilson
2019-05-22
2
-1
/
+25
|
*
drm/i915/execlists: Virtual engine bonding
Chris Wilson
2019-05-22
6
-0
/
+387
|
*
drm/i915: Extend execution fence to support a callback
Chris Wilson
2019-05-22
2
-5
/
+83
|
*
drm/i915: Apply an execution_mask to the virtual_engine
Chris Wilson
2019-05-22
4
-0
/
+202
|
*
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-22
8
-28
/
+990
|
*
drm/i915: Allow userspace to clone contexts on creation
Chris Wilson
2019-05-22
1
-0
/
+206
|
*
drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
Chris Wilson
2019-05-22
1
-4
/
+0
|
*
drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
Chris Wilson
2019-05-22
1
-4
/
+20
|
*
drm/i915: Allow a context to define its set of engines
Chris Wilson
2019-05-22
5
-13
/
+310
|
*
drm/i915: Restore control over ppgtt for context creation ABI
Chris Wilson
2019-05-22
2
-5
/
+2
|
*
drm/i915: Bump gen7+ fb size limits to 16kx16k
Ville Syrjälä
2019-05-20
1
-6
/
+12
|
*
drm/i915: Bump fb stride limit to 128KiB for gen4+ and 256KiB for gen7+
Ville Syrjälä
2019-05-20
1
-0
/
+13
|
*
drm/i915: Align dumb buffer stride to 4k to allow for gtt remapping
Ville Syrjälä
2019-05-20
3
-2
/
+27
|
*
drm/i915: Overcome display engine stride limits via GTT remapping
Ville Syrjälä
2019-05-20
3
-67
/
+323
|
*
drm/i915: Shuffle stride checking code around
Ville Syrjälä
2019-05-20
1
-32
/
+32
|
*
drm/i915/selftests: Add live vma selftest
Ville Syrjälä
2019-05-20
4
-9
/
+146
|
*
drm/i915/selftests: Add mock selftest for remapped vmas
Ville Syrjälä
2019-05-20
1
-8
/
+90
|
*
drm/i915: Add a new "remapped" gtt_view
Ville Syrjälä
2019-05-20
10
-10
/
+163
|
*
drm/i915/execlists: Drop promotion on unsubmit
Chris Wilson
2019-05-17
1
-49
/
+10
|
*
drm/i915: Downgrade NEWCLIENT to non-preemptive
Chris Wilson
2019-05-17
3
-5
/
+4
|
*
drm/i915: Bump signaler priority on adding a waiter
Chris Wilson
2019-05-17
4
-14
/
+21
|
*
drm/i915/hdcp: Use both bits for device_count
Chris Wilson
2019-05-17
1
-2
/
+2
|
*
drm/i915/dp: Initialise locals for static analysis
Chris Wilson
2019-05-17
1
-1
/
+2
[next]