summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-28drm/i915: Remove HW semaphores for gen7 inter-engine synchronisationChris Wilson11-557/+12
2018-12-28drm/i915: Restrict PSMI context load w/a to Haswell GT1Chris Wilson2-4/+3
2018-12-28drm/i915: avoid division by zero on skl_calc_wrpll_linkYoung Xiao1-0/+3
2018-12-28drm/intel_dsi_vbt: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-12-27drm/i915: Remove debugfs/i915_ppgtt_infoChris Wilson3-255/+0
2018-12-27drm/i915: Remove duplicate header from i915_request.hBrajeswar Ghosh1-1/+0
2018-12-25drm/i915: DDI: call intel_psr_ and _edp_drrs_enable() on pipe updates (v2)Hans de Goede1-0/+19
2018-12-25drm/i915: Allow calling intel_edp_drrs_enable twiceHans de Goede1-2/+2
2018-12-25drm/i915: Add an update_pipe callback to intel_encoder and call this on fasts...Hans de Goede2-0/+26
2018-12-22drm/i915: Unwind failure on pinning the gen7 ppgttChris Wilson1-3/+12
2018-12-21drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi1-1/+1
2018-12-21drm/i915: Update DRIVER_DATE to 20181221Rodrigo Vivi1-2/+2
2018-12-21drm/i915: don't apply Display WAs 1125 and 1126 to GLK/CNL+Paulo Zanoni1-21/+24
2018-12-21drm/i915: Disable FBC on fastset if necessary, v2.Maarten Lankhorst2-3/+3
2018-12-20drm/i915/dsc: Fix the deadlock in dsc debugfs nodeManasi Navare1-0/+1
2018-12-18drm/i915/icl: Add fallback detection method for TypeC legacy portsImre Deak1-2/+8
2018-12-18drm/i915/icl: Fix HPD handling for TypeC legacy portsImre Deak3-16/+73
2018-12-18drm/i915/bios: Parse the VBT TypeC and Thunderbolt port flagsImre Deak2-2/+11
2018-12-18drm/i915/icl: Add a debug print for TypeC port disconnectionImre Deak1-10/+24
2018-12-18drm/i915: Apply missed interrupt after reset w/a to all ringbuffer genChris Wilson5-49/+96
2018-12-18drm/i915/icl: combo port vswing programming changes per BSPECClint Taylor3-153/+93
2018-12-18drm/i915: Update crtc scaler settings when update_pipe is setHans de Goede1-1/+1
2018-12-17drm/i915/huc: Update the HuC version for BXTAnusha Srivatsa1-2/+2
2018-12-17drm/i915/dsc: Add Per connector debugfs node for DSC support/enableManasi Navare3-1/+111
2018-12-13drm/i915: Fix Cherryview oops on bootChris Wilson1-3/+6
2018-12-13drm/i915/icl: Mind the SFC units when resetting VD or VEBox enginesOscar Mateo2-5/+128
2018-12-13drm/i915/icl: Record the valid VDBoxes with SFC capabilityOscar Mateo2-1/+13
2018-12-13drm/i915/selftests: Verify we can perform resets from atomic contextChris Wilson1-0/+172
2018-12-13drm/i915/selftests: Check we can recover a wedged deviceChris Wilson2-0/+26
2018-12-13drm/i915: merge gen checks to use rangeLucas De Marchi10-15/+15
2018-12-13drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi44-261/+249
2018-12-13drm/i915: Rename IS_GEN to IS_GEN_RANGELucas De Marchi8-17/+17
2018-12-12drm/i915: Don't forget to reset blocks when testing lower wm levelsMatt Roper1-0/+1
2018-12-12drm/i915: DFSM pipe disable is valid from gen9 onwards (v2)Bob Paauwe1-1/+1
2018-12-12drm/i915: Switch to level-based DDB allocation algorithm (v5)Matt Roper1-243/+140
2018-12-12drm/i915: Don't use DDB allocation when choosing gen9 watermark methodMatt Roper1-7/+0
2018-12-11drm/i915/hdmi: SCDC Scrambling enable without CTS modeClint Taylor1-3/+2
2018-12-11drm/i915: Use intel_ types more consistently for color management code (v2)Matt Roper4-130/+117
2018-12-11drm/i915: Use intel_ types more consistently for watermark code (v2)Matt Roper4-167/+137
2018-12-07drm/i915: Remove dead update_wm_pre assignment from SKL wm codeVille Syrjälä1-6/+0
2018-12-07drm/i915: Remove bogus FIXME from SKL wm computationVille Syrjälä1-4/+0
2018-12-07drm/i915: Use explicit old crtc state in skl_compute_wm()Ville Syrjälä1-2/+3
2018-12-07drm/i915: Flush GPU relocs harder for gen3Chris Wilson2-9/+13
2018-12-07drm/i915: Skip the ERR_PTR error stateChris Wilson3-13/+26
2018-12-07drm/i915: Pipeline PDP updates for BraswellChris Wilson2-73/+69
2018-12-07drm/i915/ringbuffer: EMIT_INVALIDATE after switch contextChris Wilson1-3/+3
2018-12-07drm/i915: Push EMIT_INVALIDATE at request start to backendsChris Wilson3-10/+10
2018-12-07drm/i915/icl: Forcibly evict stale csb entriesMika Kuoppala1-0/+23
2018-12-07drm/i915/execlists: Apply a full mb before execution for BraswellChris Wilson1-1/+6
2018-12-06drm/i915/execlists: Move RCS mmio workaround to new common wa_listChris Wilson1-41/+1