summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2018-10-03drm/i915: Handle incomplete Z_FINISH for compressed error statesChris Wilson2-25/+64
2018-10-01drm/i915: Avoid compiler warning for maybe unused gu_misc_iirChris Wilson1-21/+12
2018-10-01drm/i915: Do not redefine the has_csr parameter.Anusha Srivatsa1-1/+0
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-10/+7
2018-09-28Merge tag 'drm-intel-next-2018-09-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie39-950/+1686
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie11-193/+214
2018-09-21drm/i915: Update DRIVER_DATE to 20180921Joonas Lahtinen1-1/+1
2018-09-21drm/i915: Update DRIVER_DATE to 20180921Joonas Lahtinen1-2/+2
2018-09-20drm/i915/execlists: Onion unwind for logical_ring_init() failureChris Wilson1-7/+11
2018-09-20drm/i915: Park the GPU on module loadChris Wilson1-0/+8
2018-09-20drm/i915/selftests: Live tests emit requests and so require rpmChris Wilson6-0/+33
2018-09-20drm/i915: pass dev_priv to i915_gem_cleanup_stolenMatthew Auld3-5/+3
2018-09-20drm/i915: don't assume struct page in i915_sg_trimMatthew Auld2-1/+5
2018-09-20drm/i915/guc: Restore preempt-context across S3/S4Chris Wilson1-53/+27
2018-09-20drm/i915/selftests: Basic stress test for rapid context switchingChris Wilson1-0/+195
2018-09-20drm/i915/selftests: Free the batch along the contexts error pathChris Wilson1-0/+1
2018-09-20Merge tag 'drm-misc-next-2018-09-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-27/+25
2018-09-19drm: Change limited M/N quirk to constant N quirk.Lee, Shawn C4-23/+21
2018-09-18drm/i915/psr: Enable AUX-A IO power well on ICL for PSRDhinakaran Pandiyan2-1/+2
2018-09-18drm/i915/sdvo: Fix multi function encoder stuffVille Syrjälä1-57/+44
2018-09-18drm/i915: Fix logic fumble in rotation vs. ccs checkVille Syrjälä1-2/+1
2018-09-18Merge tag 'gvt-fixes-2018-09-18' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi4-1/+36
2018-09-18drm/i915: Replace some PAGE_SHIFTs with I915_GTT_PAGE_SIZEVille Syrjälä1-15/+15
2018-09-18drm/i915/gvt: clear ggtt entries when destroy vgpuZhipeng Gong1-0/+1
2018-09-18drm/i915/gvt: request srcu_read_lock before checking if one gfn is validWeinan Li1-1/+6
2018-09-18drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handlerColin Xu1-0/+1
2018-09-18drm/i915/gvt: Init PHY related registers for BXTColin Xu1-0/+28
2018-09-14drm/i915: Limit number of capture objectsChris Wilson1-7/+13
2018-09-14drm/i915/execlists: Reset CSB pointers on canceling requests (wedging)Chris Wilson1-0/+3
2018-09-14drm/i915: Include fence-hint for timeout warningChris Wilson1-6/+7
2018-09-14drm/i915/execlists: Use coherent writes into the context imageChris Wilson4-4/+15
2018-09-14drm/i915: Check engine->default_state mapping on module loadChris Wilson1-0/+11
2018-09-14drm/i915/execlists: Delay updating ring register state after resumeChris Wilson1-18/+15
2018-09-14drm/i915: Flush the tasklet when checking for idleChris Wilson1-0/+3
2018-09-14drm/i915: Limit the backpressure for i915_request allocationChris Wilson2-6/+16
2018-09-14drm/i915: Mark up a couple of KMS debug messages as suchChris Wilson1-6/+6
2018-09-14Merge tag 'drm-misc-next-2018-09-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-1/+7
2018-09-13drm/i915/kbl+: Enable IPC only for symmetric memory configurationsMahesh Kumar3-5/+28
2018-09-13drm/i915/skl+: don't trust IPC value set by BIOSMahesh Kumar1-3/+1
2018-09-13drm/i915: Implement 16GB dimm wa for latency level-0Mahesh Kumar3-2/+44
2018-09-13drm/i915/skl+: Decode memory bandwidth and parametersMahesh Kumar3-4/+167
2018-09-13drm/i915/bxt: Decode memory bandwidth and parametersMahesh Kumar3-0/+158
2018-09-13firmware/dmc/icl: load v1.07 on icelake.Anusha Srivatsa2-0/+10
2018-09-13drm/i915: Fix a potential integer overflow with framebuffers extending past 4...Ville Syrjälä1-3/+3
2018-09-13drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZEVille Syrjälä2-10/+10
2018-09-13drm/i915: Clear DRIVER_ATOMIC on a per-device basisVille Syrjälä1-4/+4
2018-09-13i915/oa: Simplify updating contextsTvrtko Ursulin1-109/+13
2018-09-12drm/i915: Extract intel_cursor_check_surface()Ville Syrjälä1-18/+29
2018-09-12drm/i915: Move chv rotation checks to plane->check()Ville Syrjälä4-9/+26
2018-09-12drm/i915: Move display w/a #1175Ville Syrjälä3-34/+41