summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-27Merge tag 'topic/nouveau-misc-2022-07-27' of git://anongit.freedesktop.org/dr...Dave Airlie158-8845/+6386
2022-07-27Merge tag 'amd-drm-next-5.20-2022-07-26' of https://gitlab.freedesktop.org/ag...Dave Airlie165-6901/+9490
2022-07-27drm/nouveau/disp: move DAC load detection methodBen Skeggs7-44/+57
2022-07-27drm/nouveau/disp: add output classBen Skeggs17-6/+221
2022-07-27drm/nouveau/disp: add supervisor mutexBen Skeggs5-4/+21
2022-07-27drm/nouveau/disp: add conn method to query HPD pin statusBen Skeggs6-3/+88
2022-07-27drm/nouveau/disp: add connector classBen Skeggs15-4/+189
2022-07-27drm/nouveau/disp: add common channel class handlingBen Skeggs42-841/+470
2022-07-27drm/nouveau/disp: split sor hda funcs out to their own structBen Skeggs12-63/+44
2022-07-27drm/nouveau/disp: split sor dp funcs out to their own structBen Skeggs16-154/+157
2022-07-27drm/nouveau/disp: replace hda func pointer check with flagBen Skeggs17-168/+31
2022-07-27drm/nouveau/disp: merge nv50_disp_new_() and nvkm_disp_new()Ben Skeggs19-90/+45
2022-07-27drm/nouveau/disp: group supervisor-related struct membersBen Skeggs4-32/+34
2022-07-27drm/nouveau/disp: merge head/outp/ior code into chipset filesBen Skeggs92-6822/+5151
2022-07-27drm/nouveau/disp: add common class handling between <nv50 and >=nv50Ben Skeggs48-1072/+396
2022-07-27drm/nouveau/disp: collapse nv50_disp into nvkm_dispBen Skeggs65-562/+472
2022-07-27drm/nouveau/disp: collapse nv50_disp_func into nvkm_disp_funcBen Skeggs21-127/+192
2022-07-27drm/nouveau/disp: clean up nvkm_outp constructorsBen Skeggs3-32/+19
2022-07-27drm/nouveau/disp: collapse nvkm_dp into nvkm_outpBen Skeggs4-262/+240
2022-07-25drm/amd/display: Reduce stack size in the mode support functionRodrigo Siqueira1-62/+70
2022-07-25drm/amd/display: 3.2.196Anthony Koo1-1/+1
2022-07-25drm/amd/display: Copy crc_skip_count when duplicating CRTC stateLeo Li1-0/+1
2022-07-25drm/amd/display: Add debug option for idle optimizations on cursor updatesAlvin Lee2-0/+2
2022-07-25drm/amd/display: Disable MPC split for DCN32/321Alvin Lee2-2/+2
2022-07-25drm/amd/display: Add missing ODM 2:1 policy logicSamson Tam2-2/+6
2022-07-25drm/amd/display: Update DCN32 and DCN321 SR latenciesAlvin Lee2-4/+4
2022-07-25drm/amd/display: Add reinstate dram in the FPO logicRodrigo Siqueira2-10/+60
2022-07-25drm/amd/display: Add dc_ctx to link_enc_create() parametersAurabindo Pillai23-3/+27
2022-07-25drm/amd/display: Cache cursor when cursor exceeds 64x64Chris Park4-6/+11
2022-07-25drm/amd/display: Add support for manual DMUB FAMS triggerAnthony Koo1-1/+8
2022-07-25drm/amd/display: Fix dpstreamclk programmingMichael Strauss6-19/+20
2022-07-25drm/amd/display: Add missing AUDIO_DTO_SEL reg fieldMichael Strauss1-1/+2
2022-07-25drm/amd/display: Add OTG/ODM functionsMichael Strauss1-0/+34
2022-07-25drm/amd/display: Use correct clock source constructor for DCN314Michael Strauss1-1/+1
2022-07-25drm/amd/display: Use correct DTO_SRC_SEL for 128b/132b encodingMichael Strauss6-7/+24
2022-07-25drm/amd/display: Add pixel rate div calcs and programmingMichael Strauss4-0/+56
2022-07-25drm/amd/display: Remove FPU flags from DCN30 MakefileRodrigo Siqueira1-30/+0
2022-07-25drm/amd/display: Create patch bounding box function for isolate FPURodrigo Siqueira3-17/+24
2022-07-25drm/amd/display: Move mclk calculation function to DMLRodrigo Siqueira3-38/+49
2022-07-25drm/amd/display: Remove FPU operations from dcn201 resourcesRodrigo Siqueira4-25/+100
2022-07-25drm/amd/display: Fallback to SW cursor if SubVP + cursor too bigAlvin Lee1-0/+5
2022-07-25drm/amd/display: Drop unnecessary FPU flags on dcn302 filesRodrigo Siqueira1-25/+0
2022-07-25drm/amd/display: Reboot while unplug hdcp enabled dp from mst hubhersen wu1-12/+22
2022-07-25drm/amd/display: Reset pipe count when iterating for DET overrideTaimur Hassan1-1/+2
2022-07-25drm/amd/display: Calculate MALL cache lines based on Mblks requiredAlvin Lee2-1/+15
2022-07-25drm/amd/display: Fix two MPO videos in single display ODM combine modeSamson Tam3-31/+260
2022-07-25drm/amd/display: Guard against zero memory channelsNicholas Kazlauskas1-1/+4
2022-07-25drm/amd/display: Updates SubVP and SubVP DRR casesAlvin Lee4-6/+82
2022-07-25drm/amd/display: Fix OPTC function pointers for DCN314Nicholas Kazlauskas3-2/+5
2022-07-25drm/amd/display: Add enable/disable FIFO callbacks to stream setupNicholas Kazlauskas3-12/+35