summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-05-02drm/i915: Print error state times relative to captureMika Kuoppala2-9/+40
2018-05-01drm/i915/execlists: Don't trigger preemption if completeChris Wilson1-1/+2
2018-05-01drm/i915/icl: Fix the DP Max Voltage for ICLManasi Navare1-1/+7
2018-05-01drm/i915/icl: Implement voltage swing programming sequence for Combo PHY DDIManasi Navare1-3/+188
2018-04-30drm/i915: Only track live rings for retiringChris Wilson7-16/+18
2018-04-30drm/i915: Retire requests along ringsChris Wilson8-65/+131
2018-04-30drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson16-69/+117
2018-04-30drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson5-28/+22
2018-04-30drm/i915/lrc: Scrub the GPU state of the guilty hanging requestChris Wilson1-7/+17
2018-04-28drm/i915/icl: add definitions for the ICL PLL registersPaulo Zanoni1-0/+149
2018-04-28drm/i915/icl: update ddb entry start/end mask during hw ddb readoutMahesh Kumar2-7/+22
2018-04-28drm/i915/icl: Enable 2nd DBuf slice only when neededMahesh Kumar4-25/+113
2018-04-28drm/i915/icl: track dbuf slice-2 statusMahesh Kumar4-0/+30
2018-04-27drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTLJames Ausmus2-4/+8
2018-04-27drm/i915/glk: Add MODULE_FIRMWARE for GeminilakeIan W MORRISON1-0/+1
2018-04-27drm/i915/psr/cnl: Set y-coordinate as valid in SDPJosé Roberto de Souza1-3/+2
2018-04-27drm/i915/debugfs: Print sink PSR statusJosé Roberto de Souza1-0/+29
2018-04-27drm/i915/psr/skl+: Print information about what caused a PSR exitJosé Roberto de Souza2-0/+68
2018-04-27drm/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-25drm/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 dr...Jani 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-21drm/i915/psr: Timestamps for PSR entry and exit interrupts.Dhinakaran Pandiyan3-2/+16