summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-23drm/i915: Apply Display WA #1183 on skl, kbl, and cflLucas De Marchi3-9/+38
2017-12-22drm/i915: Update DRIVER_DATE to 20171222Rodrigo Vivi1-2/+2
2017-12-22drm/i915: Show HWSP in intel_engine_dump()Chris Wilson1-1/+33
2017-12-22drm/i915: Assert that the request is on the execution queue before being removedChris Wilson1-0/+2
2017-12-22drm/i915/execlists: Show preemption progress in GEM_TRACEChris Wilson1-2/+5
2017-12-22Merge tag 'gvt-next-2017-12-22' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi15-666/+675
2017-12-22drm/i915: Put all non-blocking modesets onto an ordered wqVille Syrjälä2-3/+14
2017-12-22drm/i915: Disable GMBUS clock gating around GMBUS transfers on gen9+Ville Syrjälä2-0/+44
2017-12-22drm/i915: Clean up the PNV bit banging vs. GMBUS clock gating w/aVille Syrjälä2-9/+13
2017-12-22drm/i915: No need to power up PG2 for GMBUS on BXTVille Syrjälä1-1/+1
2017-12-22drm/i915: Disable DC states around GMBUS on GLKVille Syrjälä1-0/+1
2017-12-22drm/i915: Do not enable movntdqa optimization in hypervisor guestChangbin Du1-1/+6
2017-12-22drm/i915: Dump device info at onceMichal Wajdeczko1-16/+17
2017-12-22drm/i915: Add pretty printer for runtime part of intel_device_infoMichal Wajdeczko4-18/+34
2017-12-22drm/i915: Update intel_device_info_runtime_init() parameterMichal Wajdeczko3-5/+9
2017-12-22drm/i915: Move intel_device_info definitions to its own headerMichal Wajdeczko3-138/+183
2017-12-22drm/i915: Move opregion definitions to dedicated intel_opregion.hMichal Wajdeczko3-59/+112
2017-12-22drm/i915: Move display related definitions to dedicated headerMichal Wajdeczko2-282/+322
2017-12-22drm/i915: Move some utility functions to i915_util.hMichal Wajdeczko2-15/+15
2017-12-22drm/i915/gvt: move write protect handler out of mmio emulation functionZhenyu Wang6-55/+41
2017-12-22drm/i915/gvt: cleanup usage for typed mmio reg vs. offsetZhenyu Wang11-148/+138
2017-12-22drm/i915/gvt: Fix pipe A enable as default for vgpuXiaolin Zhang1-2/+3
2017-12-22drm/i915/gvt: always use i915_reg_t for MMIO handler definitionZhenyu Wang1-352/+352
2017-12-21drm/i915: Show FBC worker status in debugfsChris Wilson1-4/+9
2017-12-21drm/i915: Disable all planes for load detection, v2.Ville Syrjälä1-129/+18
2017-12-21i915: Reject CCS modifiers for pipe C on GeminilakeGabriel Krisman Bertazi1-1/+1
2017-12-20drm/i915/cfl: Adding more Coffee Lake PCI IDs.Rodrigo Vivi2-6/+24
2017-12-20drm/i915: Tidy up GEM_TRACE around execlistsChris Wilson1-2/+4
2017-12-20drm/i915/psr: Fix register name mess up.Dhinakaran Pandiyan1-8/+8
2017-12-20drm/i915: Avoid context dereference inside execlists_submission_taskletChris Wilson2-4/+4
2017-12-20drm/i915: Remove pointer indirection for hangcheck_state localChris Wilson1-5/+5
2017-12-20drm/i915: Show if we consider the engine is idle in the GPU error stateChris Wilson2-0/+3
2017-12-20drm/i915: Implement WaDisableEarlyEOT.Rafael Antognolli2-0/+4
2017-12-20drm/i915: Implement WaDisableVFclkgate.Rafael Antognolli2-0/+8
2017-12-19drm/i915: Add pretty printer for modparamsMichal Wajdeczko4-41/+42
2017-12-19drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko3-14/+17
2017-12-19drm/i915: Add pretty printer for device info flagsMichal Wajdeczko4-10/+23
2017-12-19drm/i915: Fix indentation for intel_ddi_clk_selectChris Wilson1-2/+2
2017-12-19drm/i915: Add a strong mb to resetting the has-CS-interrupt bitChris Wilson1-1/+6
2017-12-19drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen2-5/+36
2017-12-19drm/i915: Protect DDI port to DPLL map from theoretical race.Rodrigo Vivi1-0/+4
2017-12-19drm/i915/selftests: Fix up igt_reset_engineChris Wilson1-64/+251
2017-12-18drm/i915/trace: add hw_id to gem requests trace pointsLionel Landwerlin1-14/+22
2017-12-18drm/i915: reorder field in gem_request tracepointsLionel Landwerlin1-2/+2
2017-12-18drm/i915: Show IPEIR and IPEHR in the engine dumpChris Wilson1-0/+18
2017-12-18drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2-2/+2
2017-12-18drm/i915: Re-enable GGTT earlier after GPU resetChris Wilson1-3/+3
2017-12-18drm/i915/gvt: load host render mocs once in mocs switchWeinan Li1-9/+42
2017-12-18drm/i915/gvt: refine mocs save restore policyWeinan Li2-15/+37
2017-12-18drm/i915/gvt: optimize for vGPU mmio switchWeinan Li1-111/+85