aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-11drm/i915: Fix display problems after resumeThomas Hellström1-1/+7
2022-10-10drm/i915/display: handle migration for dptMatthew Auld1-18/+33
2022-10-10drm/i915/guc: Fix revocation of non-persistent contextsTvrtko Ursulin4-25/+17
2022-10-03drm/i915: Reject excessive dotclocks earlyVille Syrjälä1-0/+18
2022-10-03drm/i915: Fix watermark calculations for DG2 CCS+CC modifierVille Syrjälä1-2/+4
2022-10-03drm/i915: Fix watermark calculations for DG2 CCS modifiersVille Syrjälä1-2/+6
2022-10-03drm/i915: Fix watermark calculations for gen12+ CCS+CC modifierVille Syrjälä1-2/+4
2022-10-03drm/i915: Fix watermark calculations for gen12+ MC CCS modifierVille Syrjälä1-2/+4
2022-10-03drm/i915: Fix watermark calculations for gen12+ RC CCS modifierVille Syrjälä1-2/+4
2022-10-03drm/i915/psr: Fix PSR_IMR/IIR field handlingJouni Högander2-35/+59
2022-10-03drm/i915/ehl: Update MOCS table for EHLTejas Upadhyay1-0/+8
2022-10-03drm/i915: Round to closest in g4x+ HDMI clock readoutVille Syrjälä1-1/+1
2022-09-27drm/i915/gt: Use i915_vm_put on ppgtt_create error pathsChris Wilson3-36/+41
2022-09-27drm/i915: Force DPLL calculation for TC ports after readoutVille Syrjälä1-3/+15
2022-09-27drm/i915: fix device info for devices without displayJani Nikula2-5/+12
2022-09-27drm/i915: Do not cleanup obj with NULL bo->resourceNirmoy Das1-1/+1
2022-09-27drm/i915/display: remove ipc_enabled from struct drm_i915_privateJani Nikula1-2/+0
2022-09-27drm/i915/guc: Fix release build bug in 'remove log size module parameters'John Harrison1-24/+1
2022-09-23Merge tag 'du-next-20220907' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie14-42/+181
2022-09-21Merge tag 'amd-drm-next-6.1-2022-09-16' of https://gitlab.freedesktop.org/agd...Dave Airlie102-1683/+3371
2022-09-21Merge tag 'drm-intel-next-2022-09-16-1' of git://anongit.freedesktop.org/drm/...Dave Airlie89-5528/+6257
2022-09-21Merge tag 'drm-intel-gt-next-2022-09-16' of git://anongit.freedesktop.org/drm...Dave Airlie63-534/+1411
2022-09-15drm/i915/uc: Update to latest GuC and use new-format GuC/HuC namesJohn Harrison1-3/+7
2022-09-15Merge tag 'drm-intel-next-2022-08-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie87-1681/+3170
2022-09-15drm/i915: Fix return type of mode_valid function hookNathan Huckleberry1-2/+2
2022-09-14drm/i915: Invert if/else ladder for stolen initLucas De Marchi1-35/+16
2022-09-14drm/i915/gt: Extract per-platform function for frequency readLucas De Marchi1-90/+81
2022-09-14drm/i915: Invert if/else ladder for frequency readLucas De Marchi1-40/+37
2022-09-14drm/i915/uc: Fix issues with overriding firmware filesJohn Harrison1-5/+15
2022-09-14drm/i915/mtl: Update CHICKEN_TRANS* register addressesMadhumitha Tolakanahalli Pradeep3-4/+21
2022-09-14drm/i915/mtl: Update MBUS_DBOX creditsRadhakrishna Sripada2-6/+46
2022-09-14drm/amd/display: fix boolconv.cocci warningYihao Han1-1/+1
2022-09-14drm/amd/display: make optc32_phantom_crtc_post_enable, optc32_setup_manual_tr...Jiapeng Chong1-3/+3
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-4/+4
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-4/+4
2022-09-14drm/amd/display: make mmhubbub32_config_mcif_buf staticJiapeng Chong1-1/+1
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-3/+3
2022-09-14drm/amd/display: make optc314_phantom_crtc_post_enable staticJiapeng Chong1-1/+1
2022-09-14drm/amd/display: make enc314_stream_encoder_dvi_set_stream_attribute staticJiapeng Chong1-1/+1
2022-09-14drm/amd/display: make some functions staticJiapeng Chong1-2/+2
2022-09-14drm/amdgpu: make sure to init common IP before gmcAlex Deucher1-3/+11
2022-09-14drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaAlex Deucher2-22/+5
2022-09-14drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaAlex Deucher3-3/+8
2022-09-14drm/amd/pm:add new gpu_metrics_v2_3 to acquire average temperature infoLi Ma3-12/+209
2022-09-14drm/i915/dgfx: Release mmap on rpm suspendAnshuman Gupta8-4/+79
2022-09-14drm/i915: Refactor userfault_wakeref to re-useAnshuman Gupta7-7/+7
2022-09-14drm/i915/selftest: Clear the output buffers before GPU writesChris Wilson1-4/+28
2022-09-14drm/i915/selftest: Always cancel semaphore on errorChris Wilson1-9/+8
2022-09-14drm/i915/selftests: Check for incomplete LRI from the context imageChris Wilson1-7/+54
2022-09-14drm/i915/gt: Explicitly clear BB_OFFSET for new contextsChris Wilson3-0/+26