summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Extend execution fence to support a callbackChris Wilson2019-05-222-5/+83
* drm/i915: Apply an execution_mask to the virtual_engineChris Wilson2019-05-224-0/+202
* drm/i915: Load balancing across a virtual engineChris Wilson2019-05-228-28/+990
* drm/i915: Allow userspace to clone contexts on creationChris Wilson2019-05-221-0/+206
* drm/i915: Re-expose SINGLE_TIMELINE flags for context creationChris Wilson2019-05-221-4/+0
* drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]Chris Wilson2019-05-221-4/+20
* drm/i915: Allow a context to define its set of enginesChris Wilson2019-05-225-13/+310
* drm/i915: Restore control over ppgtt for context creation ABIChris Wilson2019-05-222-5/+2
* drm/i915: Bump gen7+ fb size limits to 16kx16kVille Syrjälä2019-05-201-6/+12
* drm/i915: Bump fb stride limit to 128KiB for gen4+ and 256KiB for gen7+Ville Syrjälä2019-05-201-0/+13
* drm/i915: Align dumb buffer stride to 4k to allow for gtt remappingVille Syrjälä2019-05-203-2/+27
* drm/i915: Overcome display engine stride limits via GTT remappingVille Syrjälä2019-05-203-67/+323
* drm/i915: Shuffle stride checking code aroundVille Syrjälä2019-05-201-32/+32
* drm/i915/selftests: Add live vma selftestVille Syrjälä2019-05-204-9/+146
* drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä2019-05-201-8/+90
* drm/i915: Add a new "remapped" gtt_viewVille Syrjälä2019-05-2010-10/+163
* drm/i915/execlists: Drop promotion on unsubmitChris Wilson2019-05-171-49/+10
* drm/i915: Downgrade NEWCLIENT to non-preemptiveChris Wilson2019-05-173-5/+4
* drm/i915: Bump signaler priority on adding a waiterChris Wilson2019-05-174-14/+21
* drm/i915/hdcp: Use both bits for device_countChris Wilson2019-05-171-2/+2
* drm/i915/dp: Initialise locals for static analysisChris Wilson2019-05-171-1/+2
* drm/i915: Truly bump ready tasks ahead of busywaitsChris Wilson2019-05-171-19/+12
* drm/i915: Mark semaphores as complete on unsubmit out if payload was startedChris Wilson2019-05-171-0/+6
* drm/i915: Assert that TypeC ports are not used for eDPImre Deak2019-05-141-2/+8
* drm/i915: Avoid taking the PPS lock for non-eDP/VLV/CHVImre Deak2019-05-141-0/+4
* drm/i915: Replace use of PLLS power domain with DISPLAY_CORE domainImre Deak2019-05-144-22/+19
* drm/i915: Remove the unneeded AUX power ref from intel_dp_hpd_pulse()Imre Deak2019-05-141-16/+4
* drm/i915: Remove the unneeded AUX power ref from intel_dp_detect()Imre Deak2019-05-144-13/+29
* drm/i915: WARN for eDP encoders in intel_dp_detect_dpcd()Imre Deak2019-05-141-3/+3
* drm/i915: Disable power asynchronously during DP AUX transfersImre Deak2019-05-141-3/+8
* drm/i915: Add support for asynchronous display power disablingImre Deak2019-05-143-10/+395
* drm/i915: Verify power domains state during suspend in all casesImre Deak2019-05-141-3/+3
* drm/i915: Force printing wakeref tacking during pm_cleanupImre Deak2019-05-141-18/+51
* drm/i915: Add support for tracking wakerefs w/o power-on guaranteeImre Deak2019-05-143-39/+159
* drm/i915: Fix pixel clock and crtc clock config mismatchVandita Kulkarni2019-05-141-0/+4
* drm/i915: Fix pipe config mismatch for bpp, output formatVandita Kulkarni2019-05-141-0/+3
* drm/i915: Refactor bdw_get_pipemisc_bppVandita Kulkarni2019-05-143-22/+23
* drm/i915: Fix the pipe state timing mismatch warningsVandita Kulkarni2019-05-142-6/+44
* drm/hdcp: drm_hdcp_request_srm() as staticRamalingam C2019-05-132-2/+5
* drm/i915: Check for no-op priority changes firstChris Wilson2019-05-131-2/+2
* drm/i915: Pass i915_sched_node around internallyChris Wilson2019-05-131-17/+19
* drm/i915: Rearrange i915_scheduler.cChris Wilson2019-05-131-105/+105
* drm/i915: Add readout and state check for pch_pfit.force_thruVille Syrjälä2019-05-093-23/+20
* drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoderVille Syrjälä2019-05-092-3/+19
* drm/i915/fbc: disable framebuffer compression on GeminiLakeDaniel Drake2019-05-091-0/+4
* drm/hdcp: gathering hdcp related code into drm_hdcp.cRamalingam C2019-05-092-44/+47
* drm/i915: SRM revocation check for HDCP1.4 and 2.2Ramalingam C2019-05-091-7/+38
* drm: revocation check at drm subsystemRamalingam C2019-05-094-1/+340
* drm: generic fn converting be24 to cpu and vice versaRamalingam C2019-05-092-3/+4
* drm/i915: debugfs: HDCP2.2 capability readRamalingam C2019-05-093-3/+13