summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2018-07-06drm/i915/icl: Define PORT_CL_DW_10 registerMadhav Chauhan-0/+20
2018-07-06drm/i915/icl: Enable DSI IO powerMadhav Chauhan-0/+23
2018-07-06drm/i915/icl: Define DSI mode ctl registerMadhav Chauhan-0/+8
2018-07-06drm/i915/icl: Program DSI Escape clock DividerMadhav Chauhan-0/+66
2018-07-06drm/i915/dsi: update some of the platform based checksJani Nikula-30/+26
2018-07-06drm/i915/dsi: use vlv and bxt prefixes for the global DSI functionsJani Nikula-119/+80
2018-07-06drm/i915/dsi: rename the current DSI files based on first platformJani Nikula-6/+6
2018-07-06drm/i915/selftests: Fail hangcheck testing if the GPU is wedgedChris Wilson-0/+3
2018-07-05drm/i915/selftests: Detect unknown swizzling correctlyChris Wilson-2/+10
2018-07-05drm/i915: Remove pointless if-else from sdvo codeVille Syrjälä-4/+1
2018-07-05drm/i915/selftests: Fixup recursive MI_BB_START for gen3Chris Wilson-5/+2
2018-07-05drm/i915: Mark expected switch fall-throughsGustavo A. R. Silva-0/+22
2018-07-05drm/i915/icl: Define register for DSI PLLMadhav Chauhan-0/+15
2018-07-05drm/i915/selftests: Replace open-coded i915_address_space_init()Chris Wilson-5/+1
2018-07-05drm/i915/selftests: Use full release for local ppgtt allocationChris Wilson-2/+1
2018-07-05drm/i915: Remove defunct i915->vm_listChris Wilson-10/+0
2018-07-04drm/i915/gtt: Pull global wc page stash under its own lockingChris Wilson-86/+144
2018-07-04drm/i915: Unmask and enable master error interrupt on gen2/3Ville Syrjälä-2/+6
2018-07-04drm/i915: Fix pre-ILK error interrupt ackVille Syrjälä-10/+96
2018-07-04drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä-2/+30
2018-07-03drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocationChris Wilson-7/+8
2018-07-03drm/i915/selftests: Release the struct_mutex to free the objectsChris Wilson-0/+23
2018-07-02drm/i915: Wait for PSR exit before checking for vblank evasionTarun Vyas-4/+16
2018-07-02drm/i915/psr: Lockless version of psr_wait_for_idleTarun Vyas-2/+35
2018-07-02drm/i915: Remove unnecessary check for unsupported modifiers for NV12Dhinakaran Pandiyan-5/+0
2018-07-02drm/i915/psr: Add psr1 live statusVathsala Nagaraju-24/+49
2018-07-02drm/i915: Try GGTT mmapping whole object as partialChris Wilson-12/+18
2018-07-02drm/i915: abstract and document register picking macrosJani Nikula-6/+22
2018-06-29drm/i915/guc: Print CTL params passed to GucMichal Wajdeczko-0/+3
2018-06-29drm/i915/selftests: Attach the fence to the object when making busyChris Wilson-1/+6
2018-06-29drm/i915/selftests: Mark up write into scratch vmaChris Wilson-1/+1
2018-06-29drm/i915: Remove delayed FBC activation.Maarten Lankhorst-106/+1
2018-06-29drm/i915: Block enabling FBC until flips have been completedMaarten Lankhorst-24/+12
2018-06-28drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)Chris Wilson-40/+75
2018-06-28drm/i915/execlists: Trust the CSBChris Wilson-40/+9
2018-06-28drm/i915/execlists: Stop storing the CSB read pointer in the mmio registerChris Wilson-2/+0
2018-06-28drm/i915/execlists: Reset CSB write pointer after resetChris Wilson-2/+30
2018-06-28drm/i915/execlists: Unify CSB access pointersChris Wilson-86/+82
2018-06-28drm/i915/execlists: Process one CSB update at a timeChris Wilson-144/+141
2018-06-28drm/i915/execlists: Pull CSB reset under the timeline.lockChris Wilson-12/+4
2018-06-28drm/i915/execlists: Pull submit after dequeue under timeline lockChris Wilson-20/+12
2018-06-28drm/i915: Drop posting reads to flush master interruptsChris Wilson-8/+1
2018-06-28drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific initMichal Wajdeczko-17/+41
2018-06-28drm/i915/guc: Use intel_guc_init_misc to hide GuC internalsMichal Wajdeczko-11/+28
2018-06-28drm/i915: Only signal from interrupt when requestedChris Wilson-6/+9
2018-06-28drm/i915: Move the irq_counter inside the spinlockChris Wilson-9/+12
2018-06-28drm/i915: Only trigger missed-seqno checking next to boundaryChris Wilson-1/+2
2018-06-28drm/i915: Reduce spinlock hold time during notify_ring() interruptChris Wilson-11/+21
2018-06-28drm/i915: Show vma allocator stack when in doubtChris Wilson-2/+37
2018-06-28drm/i915: Replace drm_dev_unref with drm_dev_putThomas Zimmermann-9/+9