summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/glue.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-28drm/i915/dp: move link rate arrays where they're usedJani Nikula1-17/+27
2018-02-28drm/i915: Consult aux_ch instead of port in ->get_aux_clock_divider()Ville Syrjälä1-8/+5
2018-02-28drm/i915: Don't deref request->ctx inside unlocked print_request()Chris Wilson1-2/+2
2018-02-28drm/i915: Don't mangle the CTM on pre-HSWVille Syrjälä1-4/+12
2018-02-28drm/i915: Rename pipe CSC to use ilk_ prefixVille Syrjälä1-20/+19
2018-02-28drm/i915: Remove the pointless 1:1 matrix copyVille Syrjälä1-8/+9
2018-02-28drm/i915: Enable VBT based BL control for DPMustamin B Mustaffa1-7/+3
2018-02-28drm/i915: Repeat the GEM_BUG_ON message in the ftrace logChris Wilson1-1/+4
2018-02-28drm/i915/cnl: Add WaRsDisableCoarsePowerGatingRodrigo Vivi3-4/+5
2018-02-28drm/i915/psr: Don't avoid PSR when PSR2 conditions are not met.Rodrigo Vivi1-27/+37
2018-02-28drm/i915/psr2: Fix max resolution supported.Rodrigo Vivi1-3/+3
2018-02-27drm/i915/psr: Check for power state control capability.Dhinakaran Pandiyan1-0/+5
2018-02-27drm/i915/dp: Move comment about hw timeout to the right place.Dhinakaran Pandiyan1-3/+3
2018-02-27drm/i915/dp: Remove redundant sleep after AUX transaction length check.Dhinakaran Pandiyan1-8/+0
2018-02-27drm/i915/psr: Check for the specific AUX_FRAME_SYNC cap bit.Dhinakaran Pandiyan1-1/+1
2018-02-27drm/i915/psr: Extract PSR DPCD initialization and move it to intel_psr.cDhinakaran Pandiyan3-63/+70
2018-02-27drm/i915/frontbuffer: Mark frontbuffer flush and invalidate with might_sleep()Dhinakaran Pandiyan1-0/+2
2018-02-27drm/i915/psr: New power domain for AUX IO.Dhinakaran Pandiyan3-0/+45
2018-02-27drm/i915/guc: Fill preempt context once at init timeMichał Winiarski1-27/+69
2018-02-27drm/i915/dp: Fix the order of platforms for setting DP source ratesManasi Navare1-4/+4
2018-02-23drm/i915/preemption: Allow preemption between submission portsChris Wilson4-78/+112
2018-02-23drm/i915: Update missing parts after the rename to i915_requestMichel Thierry3-4/+4
2018-02-23drm/i915: Collect aux ch vfunc setup into intel_dp_aux_init()Ville Syrjälä1-29/+24
2018-02-23drm/i915: Nuke aux regs from intel_dpVille Syrjälä2-45/+45
2018-02-23drm/i915: Add enum aux_ch and clean up the aux init to use itVille Syrjälä4-125/+131
2018-02-23drm/i915: Use the correct power domain for aux chVille Syrjälä1-5/+1
2018-02-22drm/i915: Add a FIXME about FBC vs. fence. 90/270 degree rotationVille Syrjälä1-0/+6
2018-02-22drm/i915: Extract intel_plane_{pin,unpin}_fb()Ville Syrjälä1-51/+45
2018-02-22drm/i915: Require fence only for FBC capable planesVille Syrjälä1-1/+1
2018-02-22drm/i915: Clean up fbc vs. plane checksVille Syrjälä3-24/+44
2018-02-22drm/i915: Only pin the fence for primary planes (and gen2/3)Ville Syrjälä3-2/+15
2018-02-22drm/i915: Fail if we can't get a fence for gen2/3 tiled scanoutVille Syrjälä1-1/+9
2018-02-22drm/i915: Fix Limited Range Color HandlingJohnson Lin1-15/+14
2018-02-22drm/i915: Move page sizes out of the 8-bit sandwichTvrtko Ursulin1-2/+2
2018-02-22drm/i915/hsw: add missing disabled EUs registers readsLionel Landwerlin2-1/+63
2018-02-22drm/i915/icl: Show interrupt registers in debugfsTvrtko Ursulin1-44/+95
2018-02-22drm/i915/icl: Add the ICL PCI IDsPaulo Zanoni2-0/+13
2018-02-22drm/i915/execlists: Move the GEM_BUG_ON context matches CSB laterChris Wilson1-3/+4
2018-02-22drm/i915/execlists: Add a GEM_TRACE to show when the context is completedChris Wilson1-0/+3
2018-02-21drm/i915/execlists: Remove the ring advancement under preemptionChris Wilson1-7/+0
2018-02-21drm/i915: Rename drm_i915_gem_request to i915_requestChris Wilson52-996/+990
2018-02-21drm/doc: Fix documentation for _vblank_restore().Dhinakaran Pandiyan1-8/+14
2018-02-21drm/todo: i915 could use device_link_addDaniel Vetter1-0/+7
2018-02-21drm/i915: Make global seqno known in i915_gem_request_execute tracepointTvrtko Ursulin1-2/+2
2018-02-21drm/i915: Update DRIVER_DATE to 20180221Joonas Lahtinen1-2/+2
2018-02-20drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson2-4/+11
2018-02-20drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinningChris Wilson1-1/+2
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson7-35/+62
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson1-1/+2
2018-02-20drm/i915: Drop WaDoubleCursorLP3Latency:ivbVille Syrjälä1-4/+0