aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/bxt: Broxton decoupled MMIOPraveen Paneri2016-11-164-1/+139
* drm/i915/gen9+: Kill off hw_ddb from intel_crtc.Maarten Lankhorst2016-11-153-29/+22
* drm/i915/gen9+: Preserve old allocation from crtc_state.Maarten Lankhorst2016-11-152-2/+6
* drm/i915/gen9+: Program watermarks as a separate step during evasion, v3.Maarten Lankhorst2016-11-155-80/+30
* drm/i915: Add an atomic evasion step to watermark programming, v4.Maarten Lankhorst2016-11-153-18/+50
* drm/i915: Add execution priority boosting for mmioflipsChris Wilson2016-11-151-0/+1
* drm/i915/scheduler: Boost priorities for flipsChris Wilson2016-11-143-0/+72
* drm/i915: Store the execution priority on the contextChris Wilson2016-11-143-1/+3
* drm/i915/scheduler: Execute requests in order of prioritiesChris Wilson2016-11-148-16/+165
* drm/i915/scheduler: Record all dependencies upon request constructionChris Wilson2016-11-144-2/+134
* drm/i915/scheduler: Signal the arrival of a new requestChris Wilson2016-11-144-0/+29
* drm/i915: Remove engine->execlist_lockChris Wilson2016-11-145-10/+11
* drm/i915: Defer transfer onto execution timeline to actual hw submissionChris Wilson2016-11-145-23/+57
* drm/i915: Split request submit/execute phase into twoChris Wilson2016-11-142-9/+39
* drm/i915: Create distinct lockclasses for execution vs user timelinesChris Wilson2016-11-144-8/+32
* drm/i915: Give each sw_fence its own lockclassChris Wilson2016-11-142-3/+21
* drm/i915: Remove some duplicated plane swapping logicVille Syrjälä2016-11-141-12/+9
* drm/i915: Simplify DP port limited color range bit platform checksVille Syrjälä2016-11-141-5/+2
* drm/i915: Kill dp_encoder_is_mstVille Syrjälä2016-11-143-4/+2
* drm/i915: Add horizontal mirroring support for CHV pipe B planesVille Syrjälä2016-11-143-0/+27
* drm/i915: Clean up rotation DSPCNTR/DVSCNTR/etc. setupVille Syrjälä2016-11-142-23/+27
* drm/i915: Use & instead if == to check for rotationsVille Syrjälä2016-11-142-7/+7
* drm/i915/fbc: convert intel_fbc.c to use INTEL_GEN()Paulo Zanoni2016-11-141-13/+13
* drm/i915/fbc: use drm_atomic_get_existing_crtc_state when appropriatePaulo Zanoni2016-11-141-11/+4
* drm/i915/fbc: inline intel_fbc_can_choose()Paulo Zanoni2016-11-141-22/+11
* drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni2016-11-141-2/+12
* drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()Paulo Zanoni2016-11-141-10/+7
* drm/i915/fbc: move the intel_fbc_can_choose() call out of the loopPaulo Zanoni2016-11-141-3/+3
* drm/i915: Fix test on inputs for vma_compare()Chris Wilson2016-11-141-1/+1
* drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling casesPaulo Zanoni2016-11-141-2/+3
* drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch spec...Ville Syrjälä2016-11-142-9/+24
* drm/i915: rename preliminary_hw_support to alpha_supportJani Nikula2016-11-145-16/+23
* drm/i915: Update i915_driver_load kerneldocJoonas Lahtinen2016-11-141-2/+2
* drm/i915: Stop skipping the final clflush back to system pagesChris Wilson2016-11-111-4/+5
* drm/i915: Only wait upon the execution timeline when unlockedChris Wilson2016-11-111-3/+12
* drm/i915: Convert i915_drv.c to INTEL_GENTvrtko Ursulin2016-11-111-7/+7
* drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin2016-11-116-45/+42
* drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin2016-11-114-13/+13
* drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin2016-11-118-25/+25
* drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin2016-11-117-28/+34
* drm/i915: Split out i915_vma.cJoonas Lahtinen2016-11-1111-1240/+1404
* Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux in...Daniel Vetter2016-11-1014-136/+939
|\
| * drm/i915/gvt: add KVMGT supportJike Song2016-11-105-3/+632
| * drm/i915/gvt: refactor intel_gvt_io_emulation_ops to be intel_gvt_opsJike Song2016-11-107-26/+44
| * drm/i915/gvt: allow several MPT methods to be NULLJike Song2016-11-101-0/+24
| * drm/i915/gvt: introduce host_init/host_exit to MPTJike Song2016-11-103-0/+32
| * drm/i915/gvt: remove obsolete code for old kvmgt opregionJike Song2016-11-105-51/+11
| * drm/i915/gvt: add intel vgpu types supportZhenyu Wang2016-11-103-15/+172
| * drm/i915/gvt: use kmap instead of kmap_atomic around guest memory accessXiaoguang Chen2016-11-101-8/+8
| * drm/i915/gvt: don't rely on guest PPGTT entry to free old shadow dataBing Niu2016-11-101-34/+17