aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2020-07-13drm/i915: Skip signaling a signaled requestChris Wilson2-11/+19
2020-07-13drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson1-14/+4
2020-07-13drm/i915/selftest: fix an error return path where err is not being setColin Ian King1-0/+1
2020-07-13drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson1-0/+1
2020-07-13drm/i915/gt: Always reset the engine, even if inactive, on execlists failureChris Wilson1-9/+6
2020-07-10drm/i915: Pull printing GT capabilities on error to err_print_gtChris Wilson1-2/+11
2020-07-10drm/i915/gt: Be defensive in the face of false CS eventsChris Wilson3-7/+45
2020-07-10drm/i915/selftest: Check that GPR are restored across noa_waitChris Wilson1-0/+131
2020-07-10drm/i915/perf: Use GTT when saving/restoring engine GPRUmesh Nerlige Ramappa1-0/+1
2020-07-09drm/i915/gt: Optimise aliasing-ppgtt allocationsChris Wilson1-6/+9
2020-07-09drm/i915/bios: Parse HOBL parameterJosé Roberto de Souza3-0/+5
2020-07-09drm/i915/display: Remove port and phy from voltage swing functionsJosé Roberto de Souza1-19/+14
2020-07-09drm/i915/display: Replace drm_i915_private in voltage swing functions by intel_encoderJosé Roberto de Souza1-69/+95
2020-07-09drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla1-4/+4
2020-07-09drm/i915/tgl: Implement WAs 18011464164 and 22010931296José Roberto de Souza1-5/+8
2020-07-09drm/i915: Document FBC related w/as more thoroughlyVille Syrjälä1-11/+44
2020-07-09drm/i915: Limit WaFbcHighMemBwCorruptionAvoidance to skl and bxtVille Syrjälä1-4/+8
2020-07-09drm/i915: Don't do WaFbcTurnOffFbcWatermark for glkVille Syrjälä1-2/+16
2020-07-09drm/i915: Move all FBC w/as to .init_clock_gating()Ville Syrjälä2-15/+23
2020-07-09drm/i915/dvo: Make .get_modes() return the number of modesVille Syrjälä1-6/+8
2020-07-09drm/i915/sdvo: Make .get_modes() return the number of modesVille Syrjälä1-23/+33
2020-07-09drm/i915/sdvo: Make SDVO deal with HDMI pixel repeatVille Syrjälä1-4/+23
2020-07-09drm/i915: Reject DRM_MODE_FLAG_DBLCLK with DVI sinksVille Syrjälä1-1/+4
2020-07-09drm/i915/sdvo: Implement limited color range for SDVO HDMI properlyVille Syrjälä4-26/+45
2020-07-09drm/i915/sdvo: Fix SDVO colorimetry bit definesVille Syrjälä1-4/+4
2020-07-08drm/i915: Remove i915_gem_object_get_dirty_page()Chris Wilson2-18/+0
2020-07-08drm/i915: Release shortlived maps of longlived objectsChris Wilson7-6/+23
2020-07-08drm/i915/gt: Replace opencoded i915_gem_object_pin_map()Chris Wilson1-6/+5
2020-07-08drm/i915/gem: Unpin idle contexts from kswapd reclaimChris Wilson2-12/+22
2020-07-08drm/i915: Move sseu debugfs under gt/Daniele Ceraolo Spurio5-267/+328
2020-07-08drm/i915: gt-fy sseu debugfsDaniele Ceraolo Spurio1-44/+51
2020-07-08drm/i915/sseu: Move sseu_info under gt_infoVenkata Sandeep Dhanalakota20-46/+49
2020-07-08drm/i915/sseu: Move sseu detection and dump to intel_sseuDaniele Ceraolo Spurio7-586/+599
2020-07-08drm/i915: Introduce gt_init_mmioDaniele Ceraolo Spurio3-3/+9
2020-07-08drm/i915: Move the engine mask to intel_gt_infoDaniele Ceraolo Spurio21-62/+84
2020-07-08drm/i915: Move engine-related mmio init to engines_init_mmioDaniele Ceraolo Spurio4-73/+75
2020-07-08drm/i915: Use the gt in HAS_ENGINEDaniele Ceraolo Spurio12-31/+38
2020-07-08drm/i915: Convert device_info to uncore/de_readDaniele Ceraolo Spurio1-30/+47
2020-07-08drm/i915/dp: Helper to check for DDI BUF status to get activeManasi Navare1-1/+16
2020-07-08drm/i915/dp: Helper for checking DDI_BUF_CTL Idle statusManasi Navare1-9/+8
2020-07-08drm/i915/huc: Adjust HuC state accordingly after GuC fetch errorMichał Winiarski1-1/+10
2020-07-08drm/i915/uc: Extract uc usage details into separate debugfsMichał Winiarski2-16/+36
2020-07-08drm/i915/hdcp: Fix the return handling of drm_hdcp_check_ksvs_revokedRamalingam C1-4/+4
2020-07-08drm/i915/hdcp: Update CP as per the kernel internal stateAnshuman Gupta1-4/+23
2020-07-07drm/i915/gt: Pin the rings before marking activeChris Wilson1-6/+6
2020-07-07drm/i915/display: Implement new combo phy initialization stepJosé Roberto de Souza2-0/+34
2020-07-07drm/i915: Update dma-attributes for our sg DMAChris Wilson1-0/+2
2020-07-07drm/i915/gt: Pin the rings before marking activeChris Wilson1-6/+6
2020-07-06drm/i915: Also drop vm.ref along error paths for vma constructionChris Wilson1-10/+6
2020-07-06drm/i915: Drop vm.ref for duplicate vma on constructionChris Wilson1-0/+1