summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove i915.enable_execlists module parameterChris Wilson2017-11-2014-149/+20
* drm/i915/execlists: Delay writing to ELSP until HW has processed the previous...Michel Thierry2017-11-202-0/+23
* drm/i915/selftest: Make guc clients staticChris Wilson2017-11-201-1/+1
* drm/i915/perf: reuse timestamp frequency from device infoLionel Landwerlin2017-11-203-35/+9
* drm/i915: Automatic i915_switch_context for legacyChris Wilson2017-11-2010-43/+14
* drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson2017-11-207-37/+20
* drm/i915/perf: replace .reg accesses with i915_mmio_reg_offsetLionel Landwerlin2017-11-201-15/+24
* drm/i915/execlists: Assert that we don't get mixed IDLE_ACTIVE | COMPLETE eventsChris Wilson2017-11-201-0/+3
* drm/i915/execlists: Reduce completed event mask to COMPLETE | PREEMPTEDChris Wilson2017-11-201-3/+3
* drm/i915/execlists: Listen to COMPLETE context event not ACTIVE_IDLEChris Wilson2017-11-201-2/+2
* drm/i915: Fix init_clock_gating for resumeVille Syrjälä2017-11-201-0/+1
* drm/i915: Update DRIVER_DATE to 20171117Rodrigo Vivi2017-11-171-2/+2
* drm/i915: Add a policy note for removing workaroundsChris Wilson2017-11-171-0/+5
* drm/i915/selftests: Report ENOMEM clearly for an allocation failureChris Wilson2017-11-171-10/+26
* Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"Radhakrishna Sripada2017-11-172-15/+0
* drm/i915: Calculate g4x intermediate watermarks correctlyMaarten Lankhorst2017-11-171-7/+20
* drm/i915: Calculate vlv/chv intermediate watermarks correctly, v3.Maarten Lankhorst2017-11-171-6/+18
* drm/i915: Pass crtc_state to ips toggle functions, v2Maarten Lankhorst2017-11-174-17/+21
* drm/i915: Pass idle crtc_state to intel_dp_sink_crcMaarten Lankhorst2017-11-173-13/+30
* drm/i915: Enable FIFO underrun reporting after initial fastset, v4.Maarten Lankhorst2017-11-171-2/+15
* drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson2017-11-171-2/+4
* drm/i915: Add might_sleep() check to wait_for()Chris Wilson2017-11-171-9/+2
* drm/i915/selftests: Add a GuC doorbells selftestMichel Thierry2017-11-173-0/+372
* Merge tag 'gvt-next-2017-11-16' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2017-11-1624-1011/+1907
|\
| * drm/i915/gvt: Move request alloc to dispatch_workload path onlyfred gao2017-11-161-4/+27
| * drm/i915/gvt: Let each vgpu has separate opregion memoryXiong Zhang2017-11-163-78/+42
| * drm/i915/gvt: Limit read hw reg to active vgpuXiong Zhang2017-11-162-4/+37
| * Revert "drm/i915/gvt: Refine broken PPGTT scratch"Zhenyu Wang2017-11-162-112/+101
| * drm/i915/gvt: Emulate PCI expansion ROM base address registerChangbin Du2017-11-161-0/+21
| * drm/i915/gvt: Make gvt_vgpu_err use pr_errChangbin Du2017-11-161-2/+2
| * drm/i915/gvt: Don't dump partial state in cmd parserChangbin Du2017-11-161-8/+3
| * drm/i915/gvt: Reduce rcs mocs switch latencyChangbin Du2017-11-161-1/+1
| * MAINTAINERS: Update gvt-linux.git new repo placeZhenyu Wang2017-11-161-1/+1
| * drm/i915/gvt: Add new debugfs tool mmio_diffChangbin Du2017-11-161-0/+115
| * drm/i915/gvt: Add mmio iterator intel_gvt_for_each_tracked_mmio()Changbin Du2017-11-163-15/+49
| * drm/i915/gvt: opregion virtualization for win guestXiaolin Zhang2017-11-161-9/+73
| * drm/i915/gvt: update CSB and CSB write pointer in virtual HWSPWeinan Li2017-11-164-1/+49
| * drm/i915/gvt: Refine broken PPGTT scratchZhi Wang2017-11-162-101/+112
| * drm/i915/gvt: Introduce ops->set_present()Zhi Wang2017-11-162-0/+7
| * drm/i915/gvt: Introduce page table type of current level in GTT type enumerat...Zhi Wang2017-11-161-1/+21
| * drm/i915/gvt: Fix a bug of unexpectedly clear scratch page tableZhi Wang2017-11-161-9/+0
| * drm/i915/gvt: Let the caller choose if a shadow page should be put into hash ...Zhi Wang2017-11-162-14/+15
| * drm/i915/gvt: Use I915_GTT_PAGE_SIZEZhi Wang2017-11-165-43/+45
| * drm/i915/gvt: Export intel_gvt_render_mmio_to_ring_id()Zhi Wang2017-11-162-6/+17
| * drm/i915/gvt: Factor intel_vgpu_page_trackZhi Wang2017-11-164-114/+136
| * drm/i915/gvt: Refine shadow batch bufferZhi Wang2017-11-163-71/+100
| * drm/i915/gvt: Refine find_bb_size()Zhi Wang2017-11-161-16/+14
| * drm/i915/gvt: Use BIT() to make klockwork happyZhi Wang2017-11-161-3/+3
| * drm/i915/gvt: Add basic debugfs infrastructureChangbin Du2017-11-166-4/+121
| * drm/i915/gvt: Refactor vGPU type code in kvmgt partfred gao2017-11-161-120/+8