summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-0510-0/+22
* drm/i915/icl: Define register for DSI PLLMadhav Chauhan2018-07-051-0/+15
* drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson2018-07-051-5/+1
* drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson2018-07-051-2/+1
* drm/i915: Remove defunct i915->vm_listChris Wilson2018-07-054-10/+0
* drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson2018-07-047-86/+144
* drm/i915: Unmask and enable master error interrupt on gen2/3Ville Syrjälä2018-07-041-2/+6
* drm/i915: Fix pre-ILK error interrupt ackVille Syrjälä2018-07-042-10/+96
* drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä2018-07-041-2/+30
* drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson2018-07-031-7/+8
* drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson2018-07-031-0/+23
* drm/i915: Wait for PSR exit before checking for vblank evasionTarun Vyas2018-07-021-4/+16
* drm/i915/psr: Lockless version of psr_wait_for_idleTarun Vyas2018-07-022-2/+35
* drm/i915: Remove unnecessary check for unsupported modifiers for NV12Dhinakaran Pandiyan2018-07-021-5/+0
* drm/i915/psr: Add psr1 live statusVathsala Nagaraju2018-07-022-24/+49
* drm/i915: Try GGTT mmapping whole object as partialChris Wilson2018-07-022-12/+18
* drm/i915: abstract and document register picking macrosJani Nikula2018-07-021-6/+22
* drm/i915/guc: Print CTL params passed to GucMichal Wajdeczko2018-06-291-0/+3
* drm/i915/selftests: Attach the fence to the object when making busyChris Wilson2018-06-291-1/+6
* drm/i915/selftests: Mark up write into scratch vmaChris Wilson2018-06-291-1/+1
* drm/i915: Remove delayed FBC activation.Maarten Lankhorst2018-06-293-106/+1
* drm/i915: Block enabling FBC until flips have been completedMaarten Lankhorst2018-06-292-24/+12
* drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)Chris Wilson2018-06-283-40/+75
* drm/i915/execlists: Trust the CSBChris Wilson2018-06-284-40/+9
* drm/i915/execlists: Stop storing the CSB read pointer in the mmio registerChris Wilson2018-06-281-2/+0
* drm/i915/execlists: Reset CSB write pointer after resetChris Wilson2018-06-282-2/+30
* drm/i915/execlists: Unify CSB access pointersChris Wilson2018-06-283-86/+82
* drm/i915/execlists: Process one CSB update at a timeChris Wilson2018-06-282-144/+141
* drm/i915/execlists: Pull CSB reset under the timeline.lockChris Wilson2018-06-281-12/+4
* drm/i915/execlists: Pull submit after dequeue under timeline lockChris Wilson2018-06-281-20/+12
* drm/i915: Drop posting reads to flush master interruptsChris Wilson2018-06-281-8/+1
* drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific initMichal Wajdeczko2018-06-285-17/+41
* drm/i915/guc: Use intel_guc_init_misc to hide GuC internalsMichal Wajdeczko2018-06-283-11/+28
* drm/i915: Only signal from interrupt when requestedChris Wilson2018-06-283-6/+9
* drm/i915: Move the irq_counter inside the spinlockChris Wilson2018-06-284-9/+12
* drm/i915: Only trigger missed-seqno checking next to boundaryChris Wilson2018-06-281-1/+2
* drm/i915: Reduce spinlock hold time during notify_ring() interruptChris Wilson2018-06-281-11/+21
* drm/i915: Show vma allocator stack when in doubtChris Wilson2018-06-281-2/+37
* drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-06-289-9/+9
* drm/i915: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-06-281-3/+0
* drm/i915: Replace __drm_gem_object_unreference with __drm_gem_object_putThomas Zimmermann2018-06-281-1/+1
* drm/i915: Replace drm_gem_object_{un/reference} with {put,get} functionsThomas Zimmermann2018-06-281-7/+1
* drm/i915: Replace drm_connector_{un/reference} with put,get functionsThomas Zimmermann2018-06-282-3/+3
* drm/i915/icp: Add Interrupt SupportAnusha Srivatsa2018-06-272-3/+172
* drm/i915: Wait for engines to idle before retiringChris Wilson2018-06-271-4/+7
* drm/i915/icl: Add power well supportImre Deak2018-06-273-16/+395
* drm/i915/psr: Enable CRC check in the static frame on the sink sideJosé Roberto de Souza2018-06-262-1/+10
* drm/i915/psr: Avoid PSR exit max time timeoutJosé Roberto de Souza2018-06-261-1/+2
* drm/i915/psr: Handle PSR errorsJosé Roberto de Souza2018-06-261-1/+21
* drm/i915/psr: Begin to handle PSR/PSR2 errors set by sinkJosé Roberto de Souza2018-06-263-11/+54