aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Wrap engine->context_pin() and engine->context_unpin()Chris Wilson2018-04-3016-69/+117
* drm/i915: Stop tracking timeline->inflight_seqnosChris Wilson2018-04-305-28/+22
* drm/i915/lrc: Scrub the GPU state of the guilty hanging requestChris Wilson2018-04-301-7/+17
* drm/i915/icl: add definitions for the ICL PLL registersPaulo Zanoni2018-04-271-0/+149
* drm/i915/icl: update ddb entry start/end mask during hw ddb readoutMahesh Kumar2018-04-272-7/+22
* drm/i915/icl: Enable 2nd DBuf slice only when neededMahesh Kumar2018-04-274-25/+113
* drm/i915/icl: track dbuf slice-2 statusMahesh Kumar2018-04-274-0/+30
* drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTLJames Ausmus2018-04-272-4/+8
* drm/i915/glk: Add MODULE_FIRMWARE for GeminilakeIan W MORRISON2018-04-271-0/+1
* drm/i915/psr/cnl: Set y-coordinate as valid in SDPJosé Roberto de Souza2018-04-261-3/+2
* drm/i915/debugfs: Print sink PSR statusJosé Roberto de Souza2018-04-261-0/+29
* drm/i915/psr/skl+: Print information about what caused a PSR exitJosé Roberto de Souza2018-04-262-0/+68
* drm/i915/psr: Prevent PSR exit when a non-pipe related register is writtenosé Roberto de Souza2018-04-261-1/+2
* drm/i915/selftests: Wait for idle between idle resets as wellChris Wilson2018-04-261-1/+49
* drm/i915/dp: fix compliance test adjustmentsJani Nikula2018-04-261-26/+38
* drm/i915/dp: abstract link config selectionJani Nikula2018-04-261-31/+50
* drm/i915/dp: group link config limits in a structJani Nikula2018-04-261-24/+33
* drm/i915/dp: move eDP VBT bpp clamping code to intel_dp_compute_bpp()Jani Nikula2018-04-261-11/+13
* drm/i915/dp: abstract dp link config computation from the restJani Nikula2018-04-261-73/+88
* drm/i915/dp: move link_bw and rate_select debugging where usedJani Nikula2018-04-262-7/+7
* drm/i915/dp: remove stale comment about bw constantsJani Nikula2018-04-261-1/+0
* drm/i915: prefer INTEL_GEN() over INTEL_INFO()->genJani Nikula2018-04-261-1/+1
* drm/i915: Compile out engine debug for releaseChris Wilson2018-04-264-3/+9
* drm/i915: Use seqlock in engine statsTvrtko Ursulin2018-04-262-14/+16
* drm/i915/icl: Correctly clear lost ctx-switch interrupts across reset for Gen11Oscar Mateo2018-04-253-21/+48
* drm/i915: Remove obsolete min/max freq setters from debugfsChris Wilson2018-04-251-115/+0
* drm/i915: Use memset64() to align the ring with MI_NOOPChris Wilson2018-04-251-6/+8
* drm/atomic: Print debug message on atomic check failureLyude Paul2018-04-241-3/+7
* drm/i915/breadcrumbs: Keep the fake irq armed across resetChris Wilson2018-04-241-9/+20
* drm/i915/selftests: Fix uninitialized variableGustavo A. R. Silva2018-04-241-1/+1
* drm/i915/fbdev: Enable late fbdev initial configurationJosé Roberto de Souza2018-04-241-1/+1
* drm/i915: Skip printing global offsets for per-engine scratch pagesChris Wilson2018-04-241-5/+0
* drm/i915: Don't dump umpteen thousand requestsChris Wilson2018-04-241-5/+38
* drm/i915: Build request info on stack before printkChris Wilson2018-04-241-9/+15
* drm/i915: Add compiler barrier to wait_forMika Kuoppala2018-04-241-0/+4
* drm/i915: Use ktime on wait_forMika Kuoppala2018-04-241-2/+2
* Merge tag 'gvt-next-2018-04-23' of https://github.com/intel/gvt-linux into dr...Jani Nikula2018-04-238-53/+193
|\
| * drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notificationGustavo A. R. Silva2018-04-231-0/+1
| * drm/i915/gvt/scheduler: Remove unnecessary NULL checks in sr_oa_regsGustavo A. R. Silva2018-04-231-1/+1
| * drm/i915/gvt: scan non-privileged batch buffer for debug purposeZhao Yan2018-04-236-39/+173
| * drm/i915/gvt: Update time slice more frequentlyZhipeng Gong2018-04-231-13/+13
| * drm/i915/gvt: Use real time to do timer checkZhipeng Gong2018-04-231-2/+7
* | drm/i915: Do NOT skip the first 4k of stolen memory for pre-allocated buffers v2Hans de Goede2018-04-211-9/+6
* | drm/i915/psr: Timestamps for PSR entry and exit interrupts.Dhinakaran Pandiyan2018-04-203-2/+16
* | drm/i915/psr: Control PSR interrupts via debugfsDhinakaran Pandiyan2018-04-205-40/+108
* | drm/i915: Enable edp psr error interrupts on bdw+Ville Syrjälä2018-04-203-16/+52
* | drm/i915: Enable edp psr error interrupts on hswDaniel Vetter2018-04-202-0/+42
* | drm/i915: Remove skl dc6 enable/disable functionsDaniel Vetter2018-04-202-10/+1
* | drm/i915: Enable display WA#1183 from its correct spotImre Deak2018-04-201-6/+5
* | drm/i915: Protect PIPE_CONF_CHECK macros with do {} while(0)Ville Syrjälä2018-04-191-18/+27