summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-28drm/i915: Make object/vma allocation caches globalChris Wilson20-86/+170
2019-02-28drm/i915: Make request allocation caches globalChris Wilson19-149/+312
2019-02-28drm/i915: Report engines are idle if already parkedChris Wilson1-3/+7
2019-02-28Revert "drm/i915: Avoid waking the engines just to check if they are idle"Chris Wilson1-11/+6
2019-02-28drm/i915: Compute the global scheduler capsChris Wilson4-6/+43
2019-02-27drm/i915: Avoid waking the engines just to check if they are idleChris Wilson1-6/+11
2019-02-27drm/i915: Skip scanning for signalers if we are already inflightChris Wilson1-0/+9
2019-02-26drm/i915: Include infoframes in the crtc state dumpVille Syrjälä1-0/+26
2019-02-26drm/i915: Check infoframe state in intel_pipe_config_compare()Ville Syrjälä1-1/+48
2019-02-26drm/i915/sdvo: Read out HDMI infoframesVille Syrjälä1-3/+91
2019-02-26drm/i915/sdvo: Precompute HDMI infoframesVille Syrjälä1-17/+45
2019-02-26drm/i915: Read out HDMI infoframesVille Syrjälä4-0/+206
2019-02-26drm/i915: Precompute HDMI infoframesVille Syrjälä3-69/+185
2019-02-26drm/i915: Store mask of enabled infoframes in the crtc stateVille Syrjälä3-2/+12
2019-02-26drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()Ville Syrjälä4-29/+65
2019-02-26drm/i915: Add the missing HDMI gamut metadata packet stuffVille Syrjälä2-3/+17
2019-02-26drm/i915/query: Split out query item checksAbdiel Janulgue1-13/+26
2019-02-26drm/i915/selftests: Exercise resetting during non-user payloadsChris Wilson1-0/+218
2019-02-26drm/i915: Remove i915_request.global_seqnoChris Wilson12-194/+32
2019-02-26drm/i915: Remove access to global seqno in the HWSPChris Wilson10-104/+19
2019-02-26drm/i915: Replace global_seqno with a hangcheck heartbeat seqnoChris Wilson6-11/+77
2019-02-25drm/i915: Call MG_DP_MODE() macro with the right parameters orderJosé Roberto de Souza1-5/+5
2019-02-23drm/i915/pmu: Always sample an active ringbufferChris Wilson2-38/+29
2019-02-22drm/i915: Remove unused HAS_PCH_CNP_LPRodrigo Vivi1-2/+0
2019-02-22drm/i915: Sort newer to older platforms.Rodrigo Vivi1-6/+6
2019-02-22drm/i915: Sort ctx workarounds init from newer to older platforms.Rodrigo Vivi1-18/+18
2019-02-22drm/i915/guc: Flush the residual log capture irq on disablingChris Wilson1-0/+5
2019-02-21drm/i915: remove redundant likely/unlikely annotationChengguang Xu3-4/+4
2019-02-21drm/i915: Reorder struct_mutex-vs-reset_lock in i915_gem_fault()Chris Wilson1-10/+10
2019-02-21drm/i915/icl: Drop redundant gamma mode maskUma Shankar2-3/+1
2019-02-21drm/i915/hdcp: Silence compiler criticsChris Wilson1-5/+5
2019-02-20drm/i915/guc: Calling guc_disable_communication in all suspend pathsSujaritha Sundaresan3-5/+21
2019-02-20drm/i915/guc: Splitting CT channel open/close functionsSujaritha Sundaresan3-27/+82
2019-02-20drm/i915: Prevent user context creation while wedgedChris Wilson1-3/+7
2019-02-20drm/i915: Extend skl+ crc sources with more planesVille Syrjälä3-2/+87
2019-02-20drm/i915: Remove the broken DP CRC support for g4xVille Syrjälä1-69/+11
2019-02-20drm/i915: Use named initializers for the crc source name arrayVille Syrjälä1-9/+9
2019-02-20drm/i915: Remove the "pf" crc sourceVille Syrjälä2-5/+2
2019-02-20drm/i915: Reduce the RPS shockChris Wilson1-0/+12
2019-02-20drm/i915: Fix KBL HDCP2.2 encrypt status signallingRamalingam C1-0/+42
2019-02-20drm/i915: CP_IRQ handling for DP HDCP2.2 msgsRamalingam C3-15/+35
2019-02-20drm/i915: Implement the HDCP2.2 support for HDMIRamalingam C1-0/+189
2019-02-20drm/i915: Implement the HDCP2.2 support for DPRamalingam C1-0/+333
2019-02-20drm: removing the DP Errata msg and its msg idRamalingam C1-6/+0
2019-02-20drm/i915: Handle HDCP2.2 downstream topology changeRamalingam C1-2/+18
2019-02-20drm/i915: Implement HDCP2.2 link integrity checkRamalingam C2-5/+93
2019-02-20drm: HDCP2.2 link check periodRamalingam C1-0/+1
2019-02-20drm/i915: Implement HDCP2.2 repeater authenticationRamalingam C1-2/+123
2019-02-20drm/i915: Implement HDCP2.2 receiver authenticationRamalingam C2-15/+216
2019-02-20drm/i915: Enable and Disable of HDCP2.2Ramalingam C2-14/+205