summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-0545-432/+422
* drm/i915: Remove last traces of exec-id (GEM_BUSY)Chris Wilson2019-03-054-41/+34
* drm/i915: Stop capturing semaphore registers for gen6/7 GPU hangsChris Wilson2019-03-052-24/+2
* drm/i915: Just check the vebox IIR regardlessChris Wilson2019-03-051-6/+4
* drm/i915/gtt: Store scratch page size alongside not in the common structChris Wilson2019-03-052-6/+7
* drm/i915/gtt: Use optimised memset32/64 for clearing PTEChris Wilson2019-03-051-9/+3
* drm/i915: Fix bit name in PP_STATUS registerLucas De Marchi2019-03-051-1/+1
* drm/i915: allow platforms without eDP transcoderLucas De Marchi2019-03-053-4/+8
* drm/i915: refactor transcoders reporting on error stateLucas De Marchi2019-03-051-9/+12
* drm/i915: Forcing a modeset when resetting HDMI linkJosé Roberto de Souza2019-03-041-1/+1
* drm/i915: Don't manually add connectors and planes stateJosé Roberto de Souza2019-03-041-8/+0
* drm/i915: Fix atomic state leak when resetting HDMI linkJosé Roberto de Souza2019-03-041-6/+1
* drm/i915: Fix the state checker for ICL Y planesVille Syrjälä2019-03-041-1/+2
* drm/i915: Yet another if/else sort of newer to older platforms.Rodrigo Vivi2019-03-044-90/+82
* drm/i915: Acquire breadcrumb ref before cancellingChris Wilson2019-03-041-10/+8
* drm/i915: extract AUX mask assignment to separate functionLucas De Marchi2019-03-021-14/+20
* drm/i915/icl: move MG pll hw_state readoutLucas De Marchi2019-03-021-48/+74
* drm/i915: Re-arrange execbuf so context is known before engineTvrtko Ursulin2019-03-011-4/+7
* drm/i915: Fix I915_EXEC_RING_MASKChris Wilson2019-03-011-1/+1
* drm/i915: Prioritise non-busywait semaphore workloadsChris Wilson2019-03-014-4/+29
* drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+Chris Wilson2019-03-0110-11/+181
* drm/i915: Keep timeline HWSP allocated until idle across the systemChris Wilson2019-03-015-39/+420
* drm/i915/execlists: Suppress redundant preemptionChris Wilson2019-03-011-4/+40
* drm/i915/selftests: Check that whitelisted registers are accessibleChris Wilson2019-03-011-1/+377
* drm/i915: Finalize Wa_1408961008:iclVille Syrjälä2019-03-011-2/+6
* drm/i915: Introduce i915_timeline.mutexChris Wilson2019-03-015-4/+10
* drm/i915/execlists: Suppress mere WAIT preemptionChris Wilson2019-03-016-3/+189
* drm/i915: Use __ffs() in for_each_priolist for more compact codeChris Wilson2019-02-281-2/+4
* drm/i915: Remove second level open-coded rcu workChris Wilson2019-02-283-94/+6
* drm/i915: Make object/vma allocation caches globalChris Wilson2019-02-2820-86/+170
* drm/i915: Make request allocation caches globalChris Wilson2019-02-2819-149/+312
* drm/i915: Report engines are idle if already parkedChris Wilson2019-02-281-3/+7
* Revert "drm/i915: Avoid waking the engines just to check if they are idle"Chris Wilson2019-02-281-11/+6
* drm/i915: Compute the global scheduler capsChris Wilson2019-02-284-6/+43
* drm/i915: Avoid waking the engines just to check if they are idleChris Wilson2019-02-271-6/+11
* drm/i915: Skip scanning for signalers if we are already inflightChris Wilson2019-02-271-0/+9
* drm/i915: Include infoframes in the crtc state dumpVille Syrjälä2019-02-261-0/+26
* drm/i915: Check infoframe state in intel_pipe_config_compare()Ville Syrjälä2019-02-261-1/+48
* drm/i915/sdvo: Read out HDMI infoframesVille Syrjälä2019-02-261-3/+91
* drm/i915/sdvo: Precompute HDMI infoframesVille Syrjälä2019-02-261-17/+45
* drm/i915: Read out HDMI infoframesVille Syrjälä2019-02-264-0/+206
* drm/i915: Precompute HDMI infoframesVille Syrjälä2019-02-263-69/+185
* drm/i915: Store mask of enabled infoframes in the crtc stateVille Syrjälä2019-02-263-2/+12
* drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()Ville Syrjälä2019-02-264-29/+65
* drm/i915: Add the missing HDMI gamut metadata packet stuffVille Syrjälä2019-02-262-3/+17
* drm/i915/query: Split out query item checksAbdiel Janulgue2019-02-261-13/+26
* drm/i915/selftests: Exercise resetting during non-user payloadsChris Wilson2019-02-261-0/+218
* drm/i915: Remove i915_request.global_seqnoChris Wilson2019-02-2612-194/+32
* drm/i915: Remove access to global seqno in the HWSPChris Wilson2019-02-2610-104/+19
* drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson2019-02-266-11/+77