aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-04drm/i915: add wrappers to get intel connector stateLucas De Marchi1-0/+18
2019-11-04drm/i915: Add for_each_new_intel_connector_in_state()José Roberto de Souza1-0/+8
2019-11-04drm/i915: Eliminate redundancy in intel_primary_plane_create()Ville Syrjälä1-38/+22
2019-11-04drm/i915: Sort format arrays consistentlyVille Syrjälä2-4/+4
2019-11-04drm/i915: Add 10bpc formats with alpha for icl+Ville Syrjälä2-4/+25
2019-11-04drm/i915: Expose C8 on VLV/CHV sprite planesVille Syrjälä2-0/+7
2019-11-04drm/i915: Add missing 10bpc formats for pipe B sprites on CHVVille Syrjälä2-8/+39
2019-11-04drm/i915: Expose alpha formats on VLV/CHV primary planesVille Syrjälä2-3/+60
2019-11-04drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW spritesVille Syrjälä1-0/+16
2019-11-04drm/i915/execlists: Reset CSB pointers by mmio as wellChris Wilson1-0/+8
2019-11-04drm/i915: add for_each_port() and use itJani Nikula2-6/+9
2019-11-04drm/i915: Protect request peeking with RCUChris Wilson1-2/+7
2019-11-04drm/i915/gt: Drop false assertion on user_forcewakeChris Wilson1-1/+0
2019-11-02drm/i915/execlists: Ignore the inactive kernel context in assert_pending_validChris Wilson1-5/+10
2019-11-02drm/i915/execlists: Verify context register state before executionChris Wilson3-19/+62
2019-11-02drm/i915/selftests: Flush all active callbacksChris Wilson3-3/+35
2019-11-01drm/i915/perf: Reverse a ternary to make sparse happyChris Wilson1-5/+10
2019-11-01drm/i915/selftests: Add intel_gt_suspend_prepareChris Wilson1-0/+1
2019-11-01drm/i915: Defer rc6 shutdown to suspend_lateChris Wilson5-9/+49
2019-11-01drm/i915/gt: Move user_forcewake application to GTChris Wilson2-22/+22
2019-11-01drm/i915/gem: Leave reloading kernel context on resume to GTChris Wilson1-30/+0
2019-11-01drm/i915/gt: Call intel_gt_sanitize() directlyChris Wilson10-58/+43
2019-11-01drm/i915/gt: Pull timeline initialise to intel_gt_init_earlyChris Wilson5-23/+6
2019-11-01drm/i915: Remove special case slave handling during hw programming, v3.Maarten Lankhorst5-74/+40
2019-11-01drm/i915: Complete plane hw and uapi split, v2.Maarten Lankhorst4-6/+57
2019-11-01drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi.Maarten Lankhorst7-250/+251
2019-11-01drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw.Maarten Lankhorst7-136/+136
2019-11-01drm/i915: Perform manual conversions for plane uapi/hw split, v2.Maarten Lankhorst2-26/+27
2019-11-01drm/i915: Add aliases for uapi and hw to plane_stateMaarten Lankhorst2-10/+14
2019-11-01drm/i915: Complete crtc hw/uapi split, v6.Maarten Lankhorst4-23/+109
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi.Maarten Lankhorst27-344/+346
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw.Maarten Lankhorst24-313/+316
2019-11-01drm/i915: Perform manual conversions for crtc uapi/hw split, v2.Maarten Lankhorst1-21/+21
2019-11-01drm/i915: Add aliases for uapi and hw to crtc_stateMaarten Lankhorst4-6/+37
2019-11-01drm/i915: Handle a few more cases for crtc hw/uapi split, v3.Maarten Lankhorst4-24/+25
2019-11-01drm/i915/selftests: Spin on all engines simultaneouslyChris Wilson3-7/+115
2019-11-01drm/i915: Update DRIVER_DATE to 20191101Joonas Lahtinen1-1/+1
2019-11-01drm/i915/selftests: Start kthreads before stoppingChris Wilson5-0/+12
2019-11-01drm/i915/lmem: Check against i915_selftest only under CONFIG_SELFTESTChris Wilson1-0/+2
2019-11-01drm/i915/gem: Refine occupancy test in kill_context()Chris Wilson1-15/+32
2019-11-01drm/i915: Update DRIVER_DATE to 20191101Joonas Lahtinen1-2/+2
2019-10-31drm/i915/lmem: add the fake lmem regionMatthew Auld9-0/+140
2019-10-31drm/i915/dp: Do not switch aux to TBT mode for non-TC portsJosé Roberto de Souza1-1/+5
2019-10-31drm/i915/guc: drop guc shared areaDaniele Ceraolo Spurio2-49/+3
2019-10-31drm/i915: drop lrc header pageDaniele Ceraolo Spurio4-45/+7
2019-10-31drm/i915: Split detaching and removing the vmaChris Wilson1-20/+17
2019-10-31drm/i915/selftests: Pretty print the i915_activeChris Wilson3-0/+51
2019-10-31drm/i915/selftests: Assert that the idle_pulse is sentChris Wilson1-1/+3
2019-10-31drm/i915/mst: Document the userspace fail with possible_crtcsVille Syrjälä1-0/+8
2019-10-31drm/i915: Simplify pipe_mask setup even furtherVille Syrjälä11-18/+11