summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-27drm/i915: Move i915_gem_object_phys_attach()Chris Wilson1-60/+58
2017-07-27drm/i915: Pin the pages before acquiring struct_mutex for displayChris Wilson1-1/+8
2017-07-27drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriatelyChris Wilson1-15/+35
2017-07-27drm/i915: Trim struct_mutex usage for kmsChris Wilson1-48/+34
2017-07-27drm/i915: Handle msr read failure gracefullyGabriel Krisman Bertazi1-6/+9
2017-07-27drm/i915: Force CPU synchronisation even if userspace requests ASYNCChris Wilson3-8/+11
2017-07-27drm/i915: Only skip updating execobject.offset after errorChris Wilson1-3/+3
2017-07-27drm/i915: Only mark the execobject as pinned on successChris Wilson1-3/+3
2017-07-27drm/i915: Remove assertion from raw __i915_vma_unpin()Chris Wilson1-1/+1
2017-07-27drm/i915/cnl: Fix loadgen select programming on ddi vswing sequenceNavare, Manasi D1-2/+2
2017-07-27drm/i915/fbc: add comments to the FBC auxiliary structsPaulo Zanoni1-0/+12
2017-07-27drm/i915: cleanup the CHICKEN_MISC_2 (re)definitionsPaulo Zanoni2-7/+5
2017-07-27drm/i915/selftests: Fix kbuild errorChris Wilson1-1/+1
2017-07-27drm/i915: Squelch reset messages during selftestsChris Wilson5-31/+39
2017-07-27drm/i915/selftest: Refactor reset lockingChris Wilson1-15/+43
2017-07-27drm/i915: Don't touch fence->error when resetting an innocent requestChris Wilson1-19/+34
2017-07-27drm/i915: Enforce that CS packets are qword alignedChris Wilson1-0/+3
2017-07-27drm/i915/glk: set HDMI 2.0 identifierShashank Sharma1-0/+3
2017-07-27drm/i915: set colorspace for YCBCR420 outputsShashank Sharma1-0/+6
2017-07-27drm/i915: prepare csc unit for YCBCR420 outputShashank Sharma2-1/+54
2017-07-27drm/i915: prepare pipe for YCBCR420 outputShashank Sharma4-0/+36
2017-07-27drm/i915: prepare scaler for YCBCR420 modesetShashank Sharma3-1/+17
2017-07-27drm/i915: add config function for YCBCR420 outputsShashank Sharma3-3/+41
2017-07-27drm/i915: Gather all the power well->domain mappings to one placeImre Deak1-204/+204
2017-07-27drm/i915: Move hsw_power_well_enable() next to the rest of HSW helpersImre Deak1-14/+14
2017-07-27drm/i915/gen9+: Unify the HSW/BDW and GEN9+ power well helpersImre Deak1-188/+43
2017-07-27drm/i915/hsw+: Add has_fuses power well attributeImre Deak4-14/+48
2017-07-27drm/i915/hsw, bdw: Wait for the power well disabled stateImre Deak1-17/+11
2017-07-27drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributesImre Deak4-17/+31
2017-07-27drm/i915/hsw+: Unify the hsw/bdw and gen9+ power well req/state macrosImre Deak3-30/+44
2017-07-27drm/i915/hsw, bdw: Split power well set to enable/disable helpersImre Deak1-33/+17
2017-07-27drm/i915/hsw, bdw: Remove redundant state check during power well togglingImre Deak1-23/+13
2017-07-27drm/i915/gen9+: Remove redundant state check during power well togglingImre Deak1-16/+9
2017-07-27drm/i915/gen9+: Remove redundant power well state assert during enablingImre Deak1-6/+1
2017-07-27drm/i915/bxt, glk: Give a proper name to the power well struct phy fieldImre Deak2-12/+16
2017-07-27drm/i915: Check for duplicated power well IDsImre Deak1-0/+18
2017-07-27drm/i915/hsw, bdw: Add an ID for the global display power wellImre Deak2-0/+8
2017-07-27drm/i915/gen2: Add an ID for the display pipes power wellImre Deak2-0/+7
2017-07-27drm/i915: Assign everywhere the always-on power well IDImre Deak1-0/+8
2017-07-27drm/i915: Unify power well ID enumsImre Deak3-28/+45
2017-07-27drm/i915/chv: Add unique power well ID for the pipe A power wellImre Deak2-5/+7
2017-07-27drm/i915: Simplify scaler init during CRTC HW readoutImre Deak1-6/+1
2017-07-27drm/i915: Fix scaler init during CRTC HW state readoutImre Deak1-7/+7
2017-07-27drm/i915/selftests: Exercise independence of per-engine resetsChris Wilson3-0/+175
2017-07-27drm/i915: Disable per-engine reset for BroxtonChris Wilson1-0/+1
2017-07-27drm/i915: Emit a user level message when resetting the GPU (or engine)Chris Wilson1-3/+5
2017-07-27drm/i915: Make i915_gem_context_mark_guilty() safe for unlocked updatesChris Wilson6-27/+30
2017-07-27drm/i915: Clear engine irq posted following a resetChris Wilson1-0/+2
2017-07-27drm/i915: Assert that machine is wedged for nop_submit_requestChris Wilson1-0/+1
2017-07-27drm/i915: Wake up waiters after setting the WEDGED bitChris Wilson1-1/+3