summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/disp: add method to control DPAUX pad powerBen Skeggs2022-11-098-51/+93
* drm/nouveau/disp: move DP link config into acquireBen Skeggs2022-11-099-60/+65
* drm/nouveau/disp: move HDA ELD methodBen Skeggs2022-11-097-71/+81
* drm/nouveau/disp: move HDMI config into acquire + infoframe methodsBen Skeggs2022-11-0921-378/+503
* drm/nouveau/disp: move LVDS protocol information into acquireBen Skeggs2022-11-0710-61/+50
* drm/nouveau/disp: move and extend the role of outp acquire/release methodsBen Skeggs2022-11-079-100/+213
* Merge tag 'drm-intel-gt-next-2022-11-03' of git://anongit.freedesktop.org/drm...Dave Airlie2022-11-04145-2035/+6574
|\
| * drm/i915/hwmon: Fix a build error used with clang compilerGwan-gyeong Mun2022-11-031-9/+3
| * drm/i915: Do not set cache_dirty for DGFXNiranjana Vishwanathapura2022-11-021-2/+2
| * drm/i915/selftests: Run the perf MI_BB tests on gen4/5Ville Syrjälä2022-11-021-3/+13
| * drm/i915/selftests: Test RING_TIMESTAMP on gen4/5Ville Syrjälä2022-11-021-21/+15
| * drm/i915/selftests: Run MI_BB perf selftests on SNBVille Syrjälä2022-11-021-2/+8
| * drm/i915: Fix cs timestamp frequency for cl/bwVille Syrjälä2022-11-021-1/+3
| * drm/i915: Stop claiming cs timestamp frquency on gen2/3Ville Syrjälä2022-11-021-2/+4
| * drm/i915: Fix cs timestamp frequency for ctg/elk/ilkVille Syrjälä2022-11-021-2/+26
| * drm/i915/dg2: Introduce Wa_18017747507Wayne Boyer2022-11-012-0/+6
| * drm/i915/dmabuf: Use scatterlist for_each_sg APIMichael J. Ruhl2022-10-311-3/+1
| * drm/i915/dmabuf: dmabuf cleanupMichael J. Ruhl2022-10-311-22/+25
| * drm/i915/selftests: exercise GPU access from the importerMatthew Auld2022-10-311-1/+78
| * drm/i915/dmabuf: fix sg_table handling in map_dma_bufMatthew Auld2022-10-311-2/+2
| * drm/i915/dgfx: Grab wakeref at i915_ttm_unmap_virtualAnshuman Gupta2022-10-314-26/+35
| * drm/i915: Encapsulate lmem rpm stuff in intel_runtime_pmAnshuman Gupta2022-10-318-31/+36
| * drm/i915/mtl: Add missing steering table terminatorsMatt Roper2022-10-281-0/+2
| * drm/i915/perf: Enable OA for DG2Umesh Nerlige Ramappa2022-10-271-6/+0
| * drm/i915/perf: complete programming whitelisting for XEHPSDVLionel Landwerlin2022-10-274-0/+17
| * drm/i915/guc: Support OA when Wa_16011777198 is enabledVinay Belgaumkar2022-10-274-0/+104
| * drm/i915/perf: Save/restore EU flex counters across resetUmesh Nerlige Ramappa2022-10-271-0/+10
| * drm/i915/perf: Apply Wa_18013179988Umesh Nerlige Ramappa2022-10-273-2/+33
| * drm/i915/perf: Add Wa_1508761755:dg2Umesh Nerlige Ramappa2022-10-272-0/+25
| * drm/i915/perf: Store a pointer to oa_format in oa_bufferUmesh Nerlige Ramappa2022-10-272-20/+13
| * drm/i915/perf: Use gt-specific ggtt for OA and noa-wait buffersUmesh Nerlige Ramappa2022-10-271-2/+19
| * drm/i915/perf: Replace gt->perf.lock with stream->lock for file opsUmesh Nerlige Ramappa2022-10-272-17/+19
| * drm/i915/perf: Move gt-specific data from i915->perf to gt->perfUmesh Nerlige Ramappa2022-10-275-57/+80
| * drm/i915/perf: Simply use stream->ctxUmesh Nerlige Ramappa2022-10-271-2/+2
| * drm/i915/perf: Enable bytes per clock reporting in OAUmesh Nerlige Ramappa2022-10-275-0/+29
| * drm/i915/perf: Determine gen12 oa ctx offset at runtimeUmesh Nerlige Ramappa2022-10-273-25/+127
| * drm/i915/perf: Fix noa wait predication for DG2Umesh Nerlige Ramappa2022-10-272-4/+21
| * drm/i915/perf: Add 32-bit OAG and OAR formats for DG2Umesh Nerlige Ramappa2022-10-271-0/+7
| * drm/i915/perf: Fix OA filtering logic for GuC modeUmesh Nerlige Ramappa2022-10-272-19/+127
| * drm/i915: Fix CFI violations in gt_sysfsNathan Chancellor2022-10-273-258/+220
| * i915/i915_gem_context: Remove debug message in i915_gem_context_create_ioctlKarolina Drobnik2022-10-271-1/+0
| * drm/i915: stop abusing swiotlb_max_segmentRobert Beckett2022-10-275-32/+29
| * Revert "drm/i915/uapi: expose GTT alignment"Matthew Auld2022-10-271-1/+0
| * drm/i915/guc: Remove intel_context:number_committed_requests counterAlan Previn2022-10-262-25/+0
| * drm/i915/guc: Delay disabling guc_id scheduling for better hysteresisMatthew Brost2022-10-267-27/+274
| * drm/i915/guc: Fix GuC error capture sizing estimation and reportingAlan Previn2022-10-262-14/+21
| * drm/i915/slpc: Use platform limits for min/max frequencyVinay Belgaumkar2022-10-264-9/+53
| * drm/i915/slpc: Optmize waitboost for SLPCVinay Belgaumkar2022-10-261-1/+7
| * drm/i915/xelp: Add Wa_1806527549Gustavo Sousa2022-10-262-0/+7
| * drm/i915/guc: Add compute reglist for guc err captureAlan Previn2022-10-241-0/+4