aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-09-30drm/i915: Read DIMM size in Gb rather than GBVille Syrjälä1-11/+12
2020-09-30drm/i915: Avoid mixing integer types during batch copiesChris Wilson3-9/+12
2020-09-30drm/i915/gem: Always test execution status on closing the contextChris Wilson1-38/+10
2020-09-30drm/i915/gt: Always send a pulse down the engine after disabling heartbeatChris Wilson1-39/+67
2020-09-30drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson2-0/+14
2020-09-30drm/i915/gem: Hold request reference for canceling an active contextChris Wilson1-6/+19
2020-09-30drm/i915: Redo "Remove i915_request.lock requirement for execution callbacks"Chris Wilson1-10/+2
2020-09-30drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutexChris Wilson1-0/+2
2020-09-30drm/i915: check i915_vm_alloc_pt_stash for errorsMatthew Auld1-3/+5
2020-09-30drm/i915: Fix uninitialised variable in intel_context_create_request.Maarten Lankhorst1-0/+1
2020-09-30drm/i915: Break up error capture compression loops with cond_resched()Chris Wilson1-0/+3
2020-09-30drm/i915: Fix an error code i915_gem_object_copy_blt()Dan Carpenter1-1/+1
2020-09-30drm/i915/gt: Clear the buffer pool age before useChris Wilson1-0/+2
2020-09-30drm/i915/gem: Prevent using pgprot_writecombine() if PAT is not supportedChris Wilson1-0/+4
2020-09-30drm/i915/gem: Avoid implicit vmap for highmem on x86-32Chris Wilson1-2/+24
2020-09-30drm/i915/gt: Retire cancelled requests on unloadChris Wilson1-0/+2
2020-09-30drm/i915/selftests: Finish pending mock requests on cancellation.Chris Wilson1-4/+25
2020-09-30drm/i915/gt: Signal cancelled requestsChris Wilson2-0/+2
2020-09-29drm/i915: Avoid mixing integer types during batch copiesChris Wilson3-9/+12
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann3-6/+6
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann3-7/+26
2020-09-29drm/i915/gem: Always test execution status on closing the contextChris Wilson1-38/+10
2020-09-29drm/i915/gt: Always send a pulse down the engine after disabling heartbeatChris Wilson1-39/+67
2020-09-29drm/i915: Cancel outstanding work after disabling heartbeats on an engineChris Wilson2-0/+14
2020-09-29Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-1/+1
2020-09-28drm/i915: Fix state checker hw.active/hw.enable readoutVille Syrjälä1-6/+9
2020-09-28drm/i915/dsi: Enable software vblank counterVandita Kulkarni2-0/+15
2020-09-28drm/i915/dsi: Initiate frame request in cmd modeVandita Kulkarni3-0/+36
2020-09-28drm/i915/dsi: Add TE handler for dsi cmd mode.Vandita Kulkarni1-0/+65
2020-09-28i915/dsi: Configure TE interrupt for cmd modeVandita Kulkarni1-2/+48
2020-09-28drm/i915/dsi: Add details about TE in get_configVandita Kulkarni1-12/+18
2020-09-28drm/i915: Replace some gamma_mode ifs with switchesVille Syrjälä1-22/+70
2020-09-28drm/i915: Polish bdw_read_lut_10() a bitVille Syrjälä1-2/+5
2020-09-28drm/i915: Relocate CHV CGM gamma masksVille Syrjälä1-3/+6
2020-09-28drm/i915: Shuffle chv_cgm_gamma_pack() around a bitVille Syrjälä1-7/+7
2020-09-28drm/i915: Reset glk degamma index after programming/readoutVille Syrjälä1-1/+5
2020-09-28drm/i915: s/glk_read_lut_10/bdw_read_lut_10/Ville Syrjälä1-3/+4
2020-09-28drm/i915: Include the LUT sizes in the state dumpVille Syrjälä1-0/+6
2020-09-28drm/i915: Move MST master transcoder dump earlierVille Syrjälä1-3/+3
2020-09-28drm/i915: Fix state checker hw.active/hw.enable readoutVille Syrjälä1-6/+9
2020-09-28drm/i915: Don't hide the intel_crtc_atomic_check() callVille Syrjälä1-1/+3
2020-09-28drm/i915: Make intel_{enable,disable}_sagv() staticVille Syrjälä2-4/+2
2020-09-28drm/i915: Enable async flips in i915Karthik B S1-0/+3
2020-09-28Documentation/gpu: Add asynchronous flip documentation for i915Karthik B S1-0/+18
2020-09-28drm/i915: WA for platforms with double buffered address update enable bitKarthik B S1-0/+46
2020-09-28drm/i915: Add dedicated plane hook for async flip caseKarthik B S3-1/+32
2020-09-28drm/i915: Do not call drm_crtc_arm_vblank_event in async flipsKarthik B S1-0/+6
2020-09-28drm/i915: Add checks specific to async flipsKarthik B S1-0/+121
2020-09-28drm/i915: Add support for async flips in I915Karthik B S2-0/+4
2020-09-28drm/i915: Add enable/disable flip done and flip done handlerKarthik B S3-0/+63