aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-05-05drm/i915/tgl+: Fix interrupt handling for DP AUX transactionsImre Deak1-13/+3
2020-05-05drm/i915/gt: Small tidy of gen8+ breadcrumb emissionChris Wilson1-19/+15
2020-05-04Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()Peter Jones1-2/+1
2020-05-04drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf1-1/+1
2020-05-04drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson3-14/+18
2020-05-04drm/i915: Avoid dereferencing a dead contextChris Wilson1-5/+7
2020-05-04drm/i915/selftests: Repeat the rps clock frequency measurementChris Wilson1-14/+40
2020-05-04drm/i915/display: Warn if the FBC is still writing to stolen on removalChris Wilson1-0/+3
2020-05-04drm/i915: Don't enable WaIncreaseLatencyIPCEnabled when IPC is disabledSultan Alsawaf1-1/+1
2020-05-04drm/i915: Streamline the artihmeticVille Syrjälä1-39/+20
2020-05-04drm/i915: Rename variables to be consistent with bspecVille Syrjälä1-13/+17
2020-05-04drm/i915: Nuke mode.vrefresh usageVille Syrjälä1-7/+3
2020-05-04drm/i915: Remove cnl pre-prod workaroundsVille Syrjälä4-33/+2
2020-05-04drm/i915/fbc: Require linear fb stride to be multiple of 512 bytes on gen9/glkVille Syrjälä1-2/+7
2020-05-04drm/i915: Rename bw_state to new_bw_stateStanislav Lisovskiy1-12/+12
2020-05-04drm/i915: Track active_pipes in bw_stateStanislav Lisovskiy3-18/+21
2020-05-04drm/i915: Use bw state for per crtc SAGV evaluationStanislav Lisovskiy3-29/+97
2020-05-04drm/i915/gem: Implement legacy MI_STORE_DATA_IMMChris Wilson7-135/+336
2020-05-04drm/i915/gem: Specify address type for chained reloc batchesChris Wilson1-6/+6
2020-05-04drm/i915: Allow some leniency in PCU readsChris Wilson1-1/+1
2020-05-04drm/i915/gem: Lazily acquire the device wakeref for freeing objectsChris Wilson1-3/+0
2020-05-03drm/i915/gt: Sanitize RPS interrupts upon resumeChris Wilson3-1/+7
2020-05-02Merge back system-wide PM material for v5.8.Rafael J. Wysocki1-1/+1
2020-05-01i915:get_engines(): get rid of pointless access_ok()Al Viro1-5/+0
2020-05-01i915: alloc_oa_regs(): get rid of pointless access_ok()Al Viro1-3/+0
2020-05-01i915 compat ioctl(): just use drm_ioctl_kernel()Al Viro1-9/+5
2020-05-01i915: switch copy_perf_config_registers_or_number() to unsafe_put_user()Al Viro2-31/+17
2020-05-01i915: switch query_{topology,engine}_info() to copy_to_user()Al Viro1-10/+6
2020-05-01drm/i915/gem: Try an alternate engine for relocationsChris Wilson1-5/+27
2020-05-01drm/i915/gem: Use a single chained reloc batches for a single execbufChris Wilson1-14/+24
2020-05-01drm/i915/gem: Use chained reloc batchesChris Wilson1-19/+115
2020-05-01drm/i915: Implement vm_ops->access for gdb access into mmapsChris Wilson2-0/+158
2020-05-01drm/i915/gt: Make timeslicing an explicit engine propertyChris Wilson3-14/+18
2020-05-01drm/i915/pmu: Keep a reference to module while activeChris Wilson1-1/+4
2020-05-01drm/i915/gem: Replace user_access_begin by user_write_access_beginChristophe Leroy1-2/+3
2020-04-30drm/i915/gt: Move the batch buffer pool from the engine to the gtChris Wilson16-116/+160
2020-04-30drm/i915: Update DRIVER_DATE to 20200430Joonas Lahtinen1-2/+2
2020-04-30Merge tag 'gvt-next-2020-04-22' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen5-36/+114
2020-04-30drm/i915/selftests: Add tiled blits selftestZbigniew Kempczyński2-0/+597
2020-04-30drm/i915/gt: Restore aggressive post-boost downclockingChris Wilson1-16/+4
2020-04-30drm/i915/gt: Apply the aggressive downclocking to parkingChris Wilson1-4/+9
2020-04-30drm/i915/gt: Switch to manual evaluation of RPSChris Wilson4-16/+147
2020-04-30drm/i915/gt: Track use of RPS interrupts in flagsChris Wilson4-6/+29
2020-04-30drm/i915/gt: Move rps.enabled/active to flagsChris Wilson6-34/+79
2020-04-30drm/i915/gt: Always enable busy-stats for execlistsChris Wilson6-171/+29
2020-04-29drm/i915/gt: Keep a no-frills swappable copy of the default context stateChris Wilson14-123/+291
2020-04-29drm: Nuke mode->hsyncVille Syrjälä1-1/+0
2020-04-29drm/i915/selftests: fix error handling in __live_lrc_indirect_ctx_bb()Dan Carpenter1-12/+18
2020-04-29drm/i915: Avoid dereferencing a dead contextChris Wilson1-5/+7
2020-04-29drm/i915/gt: Avoid uninitialized use of rpcurupei in frequency_showNathan Chancellor1-1/+1