summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-06drm/i915/dsi: rename the current DSI files based on first platformJani Nikula5-6/+6
2018-07-06drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson1-0/+3
2018-07-05drm/i915/selftests: Detect unknown swizzling correctlyChris Wilson1-2/+10
2018-07-05drm/i915: Remove pointless if-else from sdvo codeVille Syrjälä1-4/+1
2018-07-05drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson2-5/+2
2018-07-05drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva10-0/+22
2018-07-05drm/i915/icl: Define register for DSI PLLMadhav Chauhan1-0/+15
2018-07-05drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson1-5/+1
2018-07-05drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson1-2/+1
2018-07-05drm/i915: Remove defunct i915->vm_listChris Wilson4-10/+0
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson7-86/+144
2018-07-04drm/i915: Unmask and enable master error interrupt on gen2/3Ville Syrjälä1-2/+6
2018-07-04drm/i915: Fix pre-ILK error interrupt ackVille Syrjälä2-10/+96
2018-07-04drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä1-2/+30
2018-07-04drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson1-7/+8
2018-07-04drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson1-0/+23
2018-07-02drm/i915: Wait for PSR exit before checking for vblank evasionTarun Vyas1-4/+16
2018-07-02drm/i915/psr: Lockless version of psr_wait_for_idleTarun Vyas2-2/+35
2018-07-02drm/i915: Remove unnecessary check for unsupported modifiers for NV12Dhinakaran Pandiyan1-5/+0
2018-07-02drm/i915/psr: Add psr1 live statusVathsala Nagaraju2-24/+49
2018-07-02drm/i915: Try GGTT mmapping whole object as partialChris Wilson2-12/+18
2018-07-02drm/i915: abstract and document register picking macrosJani Nikula1-6/+22
2018-06-30drm/i915/guc: Print CTL params passed to GucMichal Wajdeczko1-0/+3
2018-06-29drm/i915/selftests: Attach the fence to the object when making busyChris Wilson1-1/+6
2018-06-29drm/i915/selftests: Mark up write into scratch vmaChris Wilson1-1/+1
2018-06-29drm/i915: Remove delayed FBC activation.Maarten Lankhorst3-106/+1
2018-06-29drm/i915: Block enabling FBC until flips have been completedMaarten Lankhorst2-24/+12
2018-06-29drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)Chris Wilson3-40/+75
2018-06-29drm/i915/execlists: Trust the CSBChris Wilson4-40/+9
2018-06-29drm/i915/execlists: Stop storing the CSB read pointer in the mmio registerChris Wilson1-2/+0
2018-06-29drm/i915/execlists: Reset CSB write pointer after resetChris Wilson2-2/+30
2018-06-29drm/i915/execlists: Unify CSB access pointersChris Wilson3-86/+82
2018-06-29drm/i915/execlists: Process one CSB update at a timeChris Wilson2-144/+141
2018-06-29drm/i915/execlists: Pull CSB reset under the timeline.lockChris Wilson1-12/+4
2018-06-29drm/i915/execlists: Pull submit after dequeue under timeline lockChris Wilson1-20/+12
2018-06-29drm/i915: Drop posting reads to flush master interruptsChris Wilson1-8/+1
2018-06-29drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific initMichal Wajdeczko5-17/+41
2018-06-29drm/i915/guc: Use intel_guc_init_misc to hide GuC internalsMichal Wajdeczko3-11/+28
2018-06-28drm/i915: Only signal from interrupt when requestedChris Wilson3-6/+9
2018-06-28drm/i915: Move the irq_counter inside the spinlockChris Wilson4-9/+12
2018-06-28drm/i915: Only trigger missed-seqno checking next to boundaryChris Wilson1-1/+2
2018-06-28drm/i915: Reduce spinlock hold time during notify_ring() interruptChris Wilson1-11/+21
2018-06-28drm/i915: Show vma allocator stack when in doubtChris Wilson1-2/+37
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann9-9/+9
2018-06-28drm/i915: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-3/+0
2018-06-28drm/i915: Replace __drm_gem_object_unreference with __drm_gem_object_putThomas Zimmermann1-1/+1
2018-06-28drm/i915: Replace drm_gem_object_{un/reference} with {put,get} functionsThomas Zimmermann1-7/+1
2018-06-28drm/i915: Replace drm_connector_{un/reference} with put,get functionsThomas Zimmermann2-3/+3
2018-06-28drm/i915/icp: Add Interrupt SupportAnusha Srivatsa2-3/+172
2018-06-27drm/i915: Wait for engines to idle before retiringChris Wilson1-4/+7