summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move vma lookup to its own lockChris Wilson2019-01-286-58/+98
* drm/i915: Pull VM lists under the VM mutex.Chris Wilson2019-01-288-8/+46
* drm/i915: Stop tracking MRU activity on VMAChris Wilson2019-01-2810-111/+95Star
* drm/i915: Try to sanitize bogus DPLL state left over by broken SNB BIOSenVille Syrjälä2019-01-281-6/+44
* drm/i915/tv: Use the scanline counter for timestamps on i965gm TV outputVille Syrjälä2019-01-283-3/+18
* drm/i915/tv: Fix return value for intel_tv_compute_config()Ville Syrjälä2019-01-281-1/+1
* drm/i915: Wait for a moment before forcibly resetting the deviceChris Wilson2019-01-281-1/+2
* drm/i915: Disable -WuninitializedNathan Chancellor2019-01-261-0/+1
* drm/i915: correct the pitch check for NV12 framebufferP Raviraj Sitaram2019-01-251-8/+0Star
* drm/i915: Clean up intel_plane_atomic_check_with_state()Ville Syrjälä2019-01-251-19/+17Star
* drm/i915/tv: Filter out >1024 wide modes that would need vertical scaling on ...Ville Syrjälä2019-01-251-0/+6
* drm/i915/tv: Fix >1024 modes on gen3Ville Syrjälä2019-01-251-8/+83
* drm/i915/tv: Generate better pipe timings for TV encoderVille Syrjälä2019-01-252-45/+278
* drm/i915/tv: Add 1080p30/50/60 TV modesVille Syrjälä2019-01-251-4/+86
* drm/i915/tv: Nuke reported_modes[]Ville Syrjälä2019-01-251-21/+1Star
* drm/i915/tv: Make TV mode autoselection actually useableVille Syrjälä2019-01-251-5/+7
* drm/i915/tv: Use drm_mode_set_name() to name TV modesVille Syrjälä2019-01-251-10/+11
* drm/i915/tv: Deobfuscate preferred mode selectionVille Syrjälä2019-01-251-20/+30
* drm/i915/tv: Nuke silly 0 initialzation of xpos/yposVille Syrjälä2019-01-251-3/+3
* drm/i915/tv: Use bools where appropriateVille Syrjälä2019-01-251-12/+12
* drm/i915/tv: Store the TV oversampling factor in the TV modeVille Syrjälä2019-01-251-14/+28
* drm/i915/tv: Fix tv mode clocksVille Syrjälä2019-01-251-7/+7
* drm/i915/tv: Fix interlaced ysize calculationVille Syrjälä2019-01-251-1/+1
* drm/i915: Don't try to use the hardware frame counter with i965gm TV outputVille Syrjälä2019-01-252-17/+58
* drm/i915: Issue engine resets onto idle enginesChris Wilson2019-01-252-20/+6Star
* drm/i915/selftests: Trim struct_mutex duration for set-wedged selftestChris Wilson2019-01-251-3/+4
* drm/i915: Remove GPU reset dependence on struct_mutexChris Wilson2019-01-2520-537/+404Star
* drm/i915/guc: Disable global resetChris Wilson2019-01-251-0/+3
* drm/i915: Make all GPU resets atomicChris Wilson2019-01-251-51/+39Star
* drm/i915: Compute the HWS offsets explicitlyChris Wilson2019-01-253-8/+7Star
* drm/i915: Remove manual breadcumb countingChris Wilson2019-01-255-34/+11Star
* drm/i915: Measure the required reserved size for request emissionChris Wilson2019-01-255-14/+77
* drm/i915/execlists: Move RPCS setup to context pinTvrtko Ursulin2019-01-251-17/+28
* drm/i915/icl: Define MOCS table for IcelakeTomasz Lis2019-01-251-9/+123
* drm/i915: cache number of MOCS entriesLucas De Marchi2019-01-251-13/+14
* drm/i915: keep track of used entries in MOCS tableLucas De Marchi2019-01-251-33/+78
* drm/i915: use a macro to define MOCS entriesLucas De Marchi2019-01-251-25/+18Star
* drm/i915/skl: Rework MOCS tables to keep common part in a defineTomasz Lis2019-01-251-32/+25Star
* drm/i915: Simplify MOCS table definitionLucas De Marchi2019-01-251-51/+29Star
* drm/i915: initialize unused MOCS entries to PTELucas De Marchi2019-01-251-33/+23Star
* drm/i915: Update DRIVER_DATE to 20190124Rodrigo Vivi2019-01-251-2/+2
* Merge tag 'gvt-next-2019-01-24' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2019-01-2422-213/+204Star
|\
| * drm/i915/gvt: switch to kernel typesJani Nikula2019-01-236-27/+27
| * drm/i915: Enable gfx virtualization for Coffeelake platformfred gao2019-01-101-0/+3
| * drm/i915/gvt: Refine port select logic for CFL platformfred gao2019-01-101-0/+18
| * drm/i915/gvt: Reuse the gmbus pin macrofred gao2019-01-101-7/+7
| * drm/i915/gvt: Enable gfx virtualiztion for CFLfred gao2019-01-108-53/+36Star
| * drm/i915/gvt: Add mmio handler for CFLfred gao2019-01-101-2/+2
| * drm/i915/gvt: Add coffeelake platform definitionfred gao2019-01-102-5/+8
| * drm/i915/gvt: give the cmd parser cmd_info a const treatmentJani Nikula2019-01-102-13/+13