summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/icl: Correctly initialize the Gen11 enginesOscar Mateo2018-03-072-1/+49
* drm/i915: Assert that the request is indeed complete when signaled from irqChris Wilson2018-03-071-0/+1
* drm/i915: Handle changing enable_fbc parameter at runtime better.Maarten Lankhorst2018-03-071-26/+36
* drm/i915: Track whether the DP link is trained or notVille Syrjälä2018-03-064-3/+12
* drm/i915: Nuke intel_dp->channel_eq_statusVille Syrjälä2018-03-062-4/+3
* drm/i915: Move SST DP link retraining into the ->post_hotplug() hookVille Syrjälä2018-03-063-88/+121
* drm/i915: Reinitialize sink scrambling/TMDS clock ratio on HPDVille Syrjälä2018-03-066-15/+168
* drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hookVille Syrjälä2018-03-061-2/+10
* drm/i915/cnp: Document WaSouthDisplayDisablePWMCGEGatingRodrigo Vivi2018-03-061-1/+1
* drm/i915/cnl: document WaVFUnitClockGatingDisableRodrigo Vivi2018-03-061-0/+1
* drm/i915/psr: Update PSR2 resolution check for CannonlakeDhinakaran Pandiyan2018-03-061-6/+15
* drm/i915: Flush waiters on seqno wraparoundChris Wilson2018-03-063-24/+2
* drm/i915: Stop kicking the signaling thread on seqno wraparoundChris Wilson2018-03-062-5/+2
* drm/i915/breadcrumbs: Assert all missed breadcrumbs were signaledChris Wilson2018-03-061-0/+2
* drm/i915/breadcrumbs: Reduce signaler rbtree to a sorted listChris Wilson2018-03-063-151/+116
* drm/i915/error: capture uc_state after gen_stateDaniele Ceraolo Spurio2018-03-061-1/+1
* drm/i915/error: standardize function style in error captureDaniele Ceraolo Spurio2018-03-061-45/+39
* drm/i915/error: remove unused gen8_engine_sync_indexDaniele Ceraolo Spurio2018-03-061-21/+0
* drm/i915/icl: Ringbuffer interrupt handlingTvrtko Ursulin2018-03-052-8/+21
* drm/i915: Unwind vma pinning for intel_pin_and_fence_fb_obj error pathChris Wilson2018-03-051-0/+1
* drm/i915/icl: remove port A/E lane sharing limitation.Mahesh Kumar2018-03-051-46/+39
* drm/i915: Update DRIVER_DATE to 20180305Joonas Lahtinen2018-03-051-2/+2
* drm/i915/huc: Mark firmware as failed on auth failureMichal Wajdeczko2018-03-021-10/+18
* drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko2018-03-026-35/+68
* drm/i915/execlists: Split spinlock from its irq disabling side-effectChris Wilson2018-03-021-6/+29
* drm/i915/execlists: Move irq state manipulation inside irq disabled regionChris Wilson2018-03-021-4/+4
* drm/i915: Suspend submission tasklets around wedgingChris Wilson2018-03-022-1/+10
* drm/i915: Deduplicate the code to fill the aux message headerVille Syrjälä2018-03-021-12/+20
* drm/i915: Keep the AKSV details in intel_dp_hdcp_write_an_aksv()Ville Syrjälä2018-03-021-29/+13
* drm/i915: s/intel_dp_aux_ch/intel_dp_aux_xfer/Ville Syrjälä2018-03-021-9/+9
* drm/i915/gen9, gen10: Disable FBC on planes with a misaligned Y-offsetImre Deak2018-03-021-0/+11
* drm/i915: Wedged engine mask makes more sense in hexTvrtko Ursulin2018-03-021-1/+2
* drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symme...Sagar Arun Kamble2018-03-027-161/+191
* drm/i915: Check for I915_MODE_FLAG_INHERITED before drm_atomic_helper_check_m...Maarten Lankhorst2018-03-011-15/+8
* drm/i915: Replace open-coded wait-for loopChris Wilson2018-03-011-12/+9
* drm/i915/perf: fix perf stream opening lockLionel Landwerlin2018-03-011-27/+13
* drm/i915/icl: Interrupt handlingMika Kuoppala2018-03-012-1/+241
* drm/i915/icl: Prepare for more ringsTvrtko Ursulin2018-03-016-4/+22
* Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen2018-03-0133-213/+1878
|\
| * Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-03-0173-914/+1776
| |\
| * \ Merge tag 'topic/hdcp-2018-02-13' of git://anongit.freedesktop.org/drm/drm-mi...Dave Airlie2018-02-1613-39/+1651
| |\ \
| | * | drm/i915: fix misalignment in HDCP register defRamalingam C2018-02-051-29/+29
| | * | drm/i915: Reauthenticate HDCP on failureRamalingam C2018-02-051-7/+11
| | * | drm/i915: Detect panel's hdcp capabilityRamalingam C2018-02-053-5/+56
| | * | drm/i915: Optimize HDCP key loadRamalingam C2018-02-051-2/+4
| | * | drm/i915: Retry HDCP bksv readRamalingam C2018-02-051-5/+13
| | * | drm/i915: Connector info in HDCP debug msgsRamalingam C2018-02-051-3/+11
| | * | drm/i915: Stop encryption for repeater with no sinkRamalingam C2018-02-051-2/+8
| | * | drm/i915: Handle failure from 2nd stage HDCP authRamalingam C2018-02-051-0/+3
| | * | drm/i915: Downgrade hdcp logs from INFO to DEBUG_KMSSean Paul2018-01-301-4/+5
OpenPOWER on IntegriCloud