aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27drm/i915/glk: Add MODULE_FIRMWARE for GeminilakeIan W MORRISON1-0/+1
2018-04-26drm/i915/psr/cnl: Set y-coordinate as valid in SDPJosé Roberto de Souza1-3/+2
2018-04-26drm/i915/debugfs: Print sink PSR statusJosé Roberto de Souza1-0/+29
2018-04-26drm/i915/psr/skl+: Print information about what caused a PSR exitJosé Roberto de Souza2-0/+68
2018-04-26drm/i915/psr: Prevent PSR exit when a non-pipe related register is writtenosé Roberto de Souza1-1/+2
2018-04-26drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson1-1/+49
2018-04-26drm/i915/dp: fix compliance test adjustmentsJani Nikula1-26/+38
2018-04-26drm/i915/dp: abstract link config selectionJani Nikula1-31/+50
2018-04-26drm/i915/dp: group link config limits in a structJani Nikula1-24/+33
2018-04-26drm/i915/dp: move eDP VBT bpp clamping code to intel_dp_compute_bpp()Jani Nikula1-11/+13
2018-04-26drm/i915/dp: abstract dp link config computation from the restJani Nikula1-73/+88
2018-04-26drm/i915/dp: move link_bw and rate_select debugging where usedJani Nikula2-7/+7
2018-04-26drm/i915/dp: remove stale comment about bw constantsJani Nikula1-1/+0
2018-04-26drm/i915: prefer INTEL_GEN() over INTEL_INFO()->genJani Nikula1-1/+1
2018-04-26drm/i915: Compile out engine debug for releaseChris Wilson4-3/+9
2018-04-26drm/i915: Use seqlock in engine statsTvrtko Ursulin2-14/+16
2018-04-25drm/i915/icl: Correctly clear lost ctx-switch interrupts across reset for Gen11Oscar Mateo3-21/+48
2018-04-25drm/i915: Remove obsolete min/max freq setters from debugfsChris Wilson1-115/+0
2018-04-25drm/i915: Use memset64() to align the ring with MI_NOOPChris Wilson1-6/+8
2018-04-24drm/atomic: Print debug message on atomic check failureLyude Paul1-3/+7
2018-04-24drm/i915/breadcrumbs: Keep the fake irq armed across resetChris Wilson1-9/+20
2018-04-24drm/i915/selftests: Fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-04-24drm/i915/fbdev: Enable late fbdev initial configurationJosé Roberto de Souza1-1/+1
2018-04-24drm/i915: Skip printing global offsets for per-engine scratch pagesChris Wilson1-5/+0
2018-04-24drm/i915: Don't dump umpteen thousand requestsChris Wilson1-5/+38
2018-04-24drm/i915: Build request info on stack before printkChris Wilson1-9/+15
2018-04-24drm/i915: Add compiler barrier to wait_forMika Kuoppala1-0/+4
2018-04-24drm/i915: Use ktime on wait_forMika Kuoppala1-2/+2
2018-04-23Merge tag 'gvt-next-2018-04-23' of https://github.com/intel/gvt-linux into drm-intel-next-queuedJani Nikula8-53/+193
2018-04-23drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notificationGustavo A. R. Silva1-0/+1
2018-04-23drm/i915/gvt/scheduler: Remove unnecessary NULL checks in sr_oa_regsGustavo A. R. Silva1-1/+1
2018-04-23drm/i915/gvt: scan non-privileged batch buffer for debug purposeZhao Yan6-39/+173
2018-04-23drm/i915/gvt: Update time slice more frequentlyZhipeng Gong1-13/+13
2018-04-23drm/i915/gvt: Use real time to do timer checkZhipeng Gong1-2/+7
2018-04-21drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers v2Hans de Goede1-9/+6
2018-04-20drm/i915/psr: Timestamps for PSR entry and exit interrupts.Dhinakaran Pandiyan3-2/+16
2018-04-20drm/i915/psr: Control PSR interrupts via debugfsDhinakaran Pandiyan5-40/+108
2018-04-20drm/i915: Enable edp psr error interrupts on bdw+Ville Syrjälä3-16/+52
2018-04-20drm/i915: Enable edp psr error interrupts on hswDaniel Vetter2-0/+42
2018-04-20drm/i915: Remove skl dc6 enable/disable functionsDaniel Vetter2-10/+1
2018-04-20drm/i915: Enable display WA#1183 from its correct spotImre Deak1-6/+5
2018-04-19drm/i915: Protect PIPE_CONF_CHECK macros with do {} while(0)Ville Syrjälä1-18/+27
2018-04-19drm/i915/dsi: improve dphy param limits loggingJani Nikula1-16/+18
2018-04-19drm/i915/audio: set minimum CD clock to twice the BCLKAbhay Kumar1-2/+14
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson17-55/+91
2018-04-18drm/i915: Rename priotree to schedChris Wilson7-82/+85
2018-04-18drm/i915: Move the priotree struct to its own headersChris Wilson2-38/+58
2018-04-18drm/i915/audio: Fix audio detection issue on GLKGaurav K Singh1-1/+1
2018-04-17drm/i915/selftests: Handle a potential failure of intel_ring_beginOscar Mateo1-0/+7
2018-04-14drm/i915: Call i915_perf_fini() on init_hw error unwindChris Wilson1-12/+15