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