summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-14drm/i915/fbc: inline intel_fbc_can_choose()Paulo Zanoni1-22/+11
2016-11-14drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni1-2/+12
2016-11-14drm/i915/fbc: replace a loop with drm_atomic_get_existing_crtc_state()Paulo Zanoni1-10/+7
2016-11-14drm/i915/fbc: move the intel_fbc_can_choose() call out of the loopPaulo Zanoni1-3/+3
2016-11-14drm/i915: Fix test on inputs for vma_compare()Chris Wilson1-1/+1
2016-11-14drm/i915/gen9: fix the WM memory bandwidth WA for Y tiling casesPaulo Zanoni1-2/+3
2016-11-14drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch spec...Ville Syrjälä2-9/+24
2016-11-14drm/i915: rename preliminary_hw_support to alpha_supportJani Nikula5-16/+23
2016-11-14drm/i915: Update i915_driver_load kerneldocJoonas Lahtinen1-2/+2
2016-11-11drm/i915: Stop skipping the final clflush back to system pagesChris Wilson1-4/+5
2016-11-11drm/i915: Only wait upon the execution timeline when unlockedChris Wilson1-3/+12
2016-11-11drm/i915: Convert i915_drv.c to INTEL_GENTvrtko Ursulin1-7/+7
2016-11-11drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen useTvrtko Ursulin6-45/+42
2016-11-11drm/i915: Further assorted dev_priv cleanupsTvrtko Ursulin4-13/+13
2016-11-11drm/i915: More assorted dev_priv cleanupsTvrtko Ursulin8-25/+25
2016-11-11drm/i915: Assorted dev_priv cleanupsTvrtko Ursulin7-28/+34
2016-11-11drm/i915: Split out i915_vma.cJoonas Lahtinen11-1240/+1404
2016-11-10Merge tag 'gvt-next-kvmgt-framework' of https://github.com/01org/gvt-linux in...Daniel Vetter14-136/+939
2016-11-10drm/i915: Trim the object sg tableTvrtko Ursulin1-0/+27
2016-11-10drm/i915/gvt: add KVMGT supportJike Song5-3/+632
2016-11-10drm/i915/gvt: refactor intel_gvt_io_emulation_ops to be intel_gvt_opsJike Song7-26/+44
2016-11-10drm/i915/gvt: allow several MPT methods to be NULLJike Song1-0/+24
2016-11-10drm/i915/gvt: introduce host_init/host_exit to MPTJike Song3-0/+32
2016-11-10drm/i915/gvt: remove obsolete code for old kvmgt opregionJike Song5-51/+11
2016-11-10drm/i915/gvt: add intel vgpu types supportZhenyu Wang3-15/+172
2016-11-10drm/i915/gvt: use kmap instead of kmap_atomic around guest memory accessXiaoguang Chen1-8/+8
2016-11-10drm/i915/gvt: don't rely on guest PPGTT entry to free old shadow dataBing Niu1-34/+17
2016-11-10Merge tag 'for-kvmgt' of git://git.kernel.org/pub/scm/virt/kvm/kvm into drm-i...Daniel Vetter16-110/+149
2016-11-09drm/i915: Spin until breadcrumb threads are completeChris Wilson3-24/+15
2016-11-09drm/i915: Pass atomic state to verify_connector_stateMaarten Lankhorst1-9/+15
2016-11-09drm/i915: Update atomic modeset state synchronously, v2.Maarten Lankhorst1-7/+8
2016-11-09drm/edid: Remove drm_select_eldMaarten Lankhorst2-27/+0
2016-11-09drm/i915: Pass atomic state to intel_audio_codec_enable, v2.Maarten Lankhorst5-15/+21
2016-11-09drm/i915: Convert intel_hdmi to use atomic stateMaarten Lankhorst1-27/+21
2016-11-08drm/i915: avoid harmless empty-body warningArnd Bergmann1-1/+1
2016-11-08Merge tag 'gvt-next-2016-11-07' of https://github.com/01org/gvt-linux into dr...Daniel Vetter7-73/+172
2016-11-08drm/i915: Use intel_fb_gtt_offset() also for gen2/3 primary planeVille Syrjälä1-3/+5
2016-11-08drm/i915: Fix error handling for cursor/sprite plane create failureVille Syrjälä1-2/+2
2016-11-08drm/i915: Grab the rotation from the passed plane state for VLV spritesVille Syrjälä1-1/+1
2016-11-08drm/i915: Remove chipset flush after cache flushChris Wilson2-16/+9
2016-11-08drm/i915: Remove two sloppy inline functions from .hJoonas Lahtinen3-18/+9
2016-11-08drm/i915: Update DRIVER_DATE to 20161108Daniel Vetter1-2/+2
2016-11-07drm/i915: Mark CPU cache as dirty when used for renderingChris Wilson1-0/+8
2016-11-07drm/i915: Add assert for no pending GPU requests during suspend/resume in LR ...Imre Deak1-0/+3
2016-11-07drm/i915: Make sure engines are idle during GPU idling in LR modeImre Deak3-0/+33
2016-11-07drm/i915: Avoid early GPU idling due to race with new requestImre Deak1-0/+7
2016-11-07drm/i915: Avoid early GPU idling due to already pending idle workImre Deak1-3/+3
2016-11-07drm/i915: Limit Valleyview and earlier to only using mappable scanoutChris Wilson1-2/+16
2016-11-07drm/i915: Round tile chunks up for constructing partial VMAsChris Wilson1-1/+1
2016-11-07drm/i915: Remove the vma from the object list upon closeChris Wilson1-2/+3