summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_pci.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-20drm/i915/selftest: Make guc clients staticChris Wilson1-1/+1
2017-11-20drm/i915/perf: reuse timestamp frequency from device infoLionel Landwerlin3-35/+9
2017-11-20drm/i915: Automatic i915_switch_context for legacyChris Wilson10-43/+14
2017-11-20drm/i915: Pull the unconditional GPU cache invalidation into request construc...Chris Wilson7-37/+20
2017-11-20drm/i915/perf: replace .reg accesses with i915_mmio_reg_offsetLionel Landwerlin1-15/+24
2017-11-20drm/i915/execlists: Assert that we don't get mixed IDLE_ACTIVE | COMPLETE eventsChris Wilson1-0/+3
2017-11-20drm/i915/execlists: Reduce completed event mask to COMPLETE | PREEMPTEDChris Wilson1-3/+3
2017-11-20drm/i915/execlists: Listen to COMPLETE context event not ACTIVE_IDLEChris Wilson1-2/+2
2017-11-20drm/i915: Fix init_clock_gating for resumeVille Syrjälä1-0/+1
2017-11-17drm/i915: Update DRIVER_DATE to 20171117Rodrigo Vivi1-2/+2
2017-11-17drm/i915: Add a policy note for removing workaroundsChris Wilson1-0/+5
2017-11-17drm/i915/selftests: Report ENOMEM clearly for an allocation failureChris Wilson1-10/+26
2017-11-17Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"Radhakrishna Sripada2-15/+0
2017-11-17drm/i915: Calculate g4x intermediate watermarks correctlyMaarten Lankhorst1-7/+20
2017-11-17drm/i915: Calculate vlv/chv intermediate watermarks correctly, v3.Maarten Lankhorst1-6/+18
2017-11-17drm/i915: Pass crtc_state to ips toggle functions, v2Maarten Lankhorst4-17/+21
2017-11-17drm/i915: Pass idle crtc_state to intel_dp_sink_crcMaarten Lankhorst3-13/+30
2017-11-17drm/i915: Enable FIFO underrun reporting after initial fastset, v4.Maarten Lankhorst1-2/+15
2017-11-17drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIMChris Wilson1-2/+4
2017-11-17drm/i915: Add might_sleep() check to wait_for()Chris Wilson1-9/+2
2017-11-17drm/i915/selftests: Add a GuC doorbells selftestMichel Thierry3-0/+372
2017-11-16drm/i915/cnl: Extend HDMI 2.0 support to CNL.Rodrigo Vivi1-3/+4
2017-11-16drm/i915/cnl: Simplify dco_fraction calculation.Rodrigo Vivi1-3/+6
2017-11-16drm/i915/cnl: Don't blindly replace qdiv.Rodrigo Vivi1-2/+1
2017-11-16drm/i915/cnl: Fix wrpll math for higher freqs.Rodrigo Vivi1-3/+3
2017-11-16drm/i915/cnl: Fix, simplify and unify wrpll variable sizes.Rodrigo Vivi1-18/+12
2017-11-16drm/i915/cnl: Remove useless conversion.Rodrigo Vivi1-3/+3
2017-11-16drm/i915/cnl: Remove spurious central_freq.Rodrigo Vivi1-1/+0
2017-11-16drm/i915/selftests: exercise_ggtt may have nothing to doChris Wilson1-1/+1
2017-11-16drm/i915: Don't sanitize frame start delay if the pipe is offVille Syrjälä1-1/+1
2017-11-16drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|hSagar Arun Kamble7-30/+45
2017-11-16drm/i915/guc: Rename i915_guc_client struct to intel_guc_clientSagar Arun Kamble4-37/+37
2017-11-16drm/i915/guc: Update name and prototype of GuC submission interface functionsSagar Arun Kamble3-20/+19
2017-11-16drm/i915/guc: Update names of submission related static functionsSagar Arun Kamble1-10/+10
2017-11-16drm/i915: Update execlists tasklet namingSagar Arun Kamble6-20/+21
2017-11-16drm/i915: Prevent overflow of execbuf.buffer_count and num_cliprectsChris Wilson1-23/+43
2017-11-16drm/i915: Clear breadcrumb node when cancelling signalingChris Wilson1-0/+1
2017-11-16drm/i915: Print the condition causing GEM_BUG_ONMika Kuoppala1-1/+5
2017-11-16drm/i915/gvt: Move request alloc to dispatch_workload path onlyfred gao1-4/+27
2017-11-16drm/i915/gvt: Let each vgpu has separate opregion memoryXiong Zhang3-78/+42
2017-11-16drm/i915/gvt: Limit read hw reg to active vgpuXiong Zhang2-4/+37
2017-11-16Revert "drm/i915/gvt: Refine broken PPGTT scratch"Zhenyu Wang2-112/+101
2017-11-16drm/i915/gvt: Emulate PCI expansion ROM base address registerChangbin Du1-0/+21
2017-11-16drm/i915/gvt: Make gvt_vgpu_err use pr_errChangbin Du1-2/+2
2017-11-16drm/i915/gvt: Don't dump partial state in cmd parserChangbin Du1-8/+3
2017-11-16drm/i915/gvt: Reduce rcs mocs switch latencyChangbin Du1-1/+1
2017-11-16MAINTAINERS: Update gvt-linux.git new repo placeZhenyu Wang1-1/+1
2017-11-16drm/i915/gvt: Add new debugfs tool mmio_diffChangbin Du1-0/+115
2017-11-16drm/i915/gvt: Add mmio iterator intel_gvt_for_each_tracked_mmio()Changbin Du3-15/+49
2017-11-16drm/i915/gvt: opregion virtualization for win guestXiaolin Zhang1-9/+73