aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-07-23drm/amd/display: 3.2.145Aric Cyr1-1/+1
2021-07-23drm/amd/display: [FW Promotion] Release 0.0.75Anthony Koo1-23/+13
2021-07-23drm/amd/display: Refine condition for cursor visibilityKrunoslav Kovac2-3/+23
2021-07-23drm/amd/display: Populate dtbclk entries for dcn3.02/3.03Bindu Ramamurthy2-2/+10
2021-07-23drm/amd/display: add workaround for riommu invalidation request hangEric Yang3-0/+29
2021-07-23drm/amd/display: Line Buffer changesNevenko Stupar4-19/+10
2021-07-23drm/amd/display: Remove MALL function from DCN3.1Mikita Lipski1-1/+0
2021-07-23drm/amd/display: DCN2X Prefer ODM over bottom pipe to find second pipesunglee1-4/+4
2021-07-23drm/amd/display: Only set default brightness for OLEDCamille Cho1-3/+1
2021-07-23drm/amd/display: Update bounding box for DCN3.1Nicholas Kazlauskas1-0/+1
2021-07-23drm/amd/display: Query VCO frequency from register for DCN3.1Nicholas Kazlauskas2-55/+42
2021-07-23drm/amd/display: Populate socclk entries for dcn3.02/3.03Bindu Ramamurthy3-4/+14
2021-07-23drm/amd/display: Fix max vstartup calculation for modes with bordersNicholas Kazlauskas1-2/+4
2021-07-23drm/amd/display: Enable eDP ILR on DCN2.1Michael Strauss1-1/+2
2021-07-23drm/amd/display: 3.2.144Aric Cyr1-1/+1
2021-07-23drm/amd/display: Fix comparison error in dcn21 DMLVictor Lu1-1/+1
2021-07-23drm/amd/display: Fixed hardware power down bypass during headless bootJake Wang3-29/+26
2021-07-23drm/amd/display: Add copyright notice to new filesWesley Chalmers2-0/+50
2021-07-23drm/amd/display: Reduce delay when sink device not able to ACK 00340h writeZhan Liu3-3/+18
2021-07-23drm/amd/display: add debug print for DCC validation failureAurabindo Pillai1-3/+3
2021-07-23drm/panfrost: devfreq: Don't display error for EPROBE_DEFERChris Morgan1-1/+2
2021-07-23drm/i915/uapi: reject set_domain for discreteMatthew Auld1-0/+3
2021-07-22drm/i915/xehp: VDBOX/VEBOX fusing registers are enable-basedTvrtko Ursulin1-1/+8
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie30-151/+1066
2021-07-23Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie8-17/+59
2021-07-23Merge tag 'drm-intel-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixesDave Airlie6-285/+106
2021-07-22drm/i915/gt: rename legacy engine->hw_id to engine->gen6_hw_idLucas De Marchi3-8/+8
2021-07-22drm/i915/gt: nuke unused legacy engine hw_idLucas De Marchi2-8/+0
2021-07-22drm/i915/gt: fix platform prefixLucas De Marchi1-2/+2
2021-07-22drm/i915/firmware: Update to DMC v2.03 on RKLAnusha Srivatsa1-2/+2
2021-07-22drm/i915/firmware: Update to DMC v2.12 on TGLAnusha Srivatsa1-2/+2
2021-07-22drm/i915/dmc: Change intel_get_stepping_info()Anusha Srivatsa1-42/+8
2021-07-22drm/i915/step: Add macro magic for handling stepsAnusha Srivatsa2-15/+37
2021-07-22drm/i915: Add intel_context tracingMatthew Brost3-0/+165
2021-07-22drm/i915/guc: Add trace point for GuC submitMatthew Brost2-4/+22
2021-07-22drm/i915/guc: Update GuC debugfs to support new GuCMatthew Brost5-1/+107
2021-07-22drm/i915/guc: Update intel_gt_wait_for_idle to work with GuCMatthew Brost13-28/+134
2021-07-22drm/i915/guc: Ensure G2H response has space in bufferMatthew Brost5-26/+104
2021-07-22drm/i915/guc: Disable semaphores when using GuC schedulingMatthew Brost1-2/+4
2021-07-22drm/i915/guc: Ensure request ordering via completion fencesMatthew Brost1-2/+8
2021-07-22drm/i915: Disable preempt busywait when using GuC schedulingMatthew Brost1-2/+4
2021-07-22drm/i915/guc: Extend deregistration fence to schedule disableMatthew Brost1-7/+33
2021-07-22drm/i915/guc: Disable engine barriers with GuC during unpinMatthew Brost2-1/+11
2021-07-22drm/i915/guc: Defer context unpin until scheduling is disabledMatthew Brost6-4/+180
2021-07-22drm/i915/guc: Insert fence on context when deregisteringMatthew Brost4-2/+63
2021-07-22drm/i915/guc: Implement GuC context operations for new intefaceMatthew Brost8-55/+696
2021-07-22drm/i915/guc: Add bypass tasklet submission path to GuCMatthew Brost1-8/+29
2021-07-22drm/i915/guc: Implement GuC submission taskletMatthew Brost3-117/+127
2021-07-22drm/i915/guc: Add LRC descriptor context lookup arrayMatthew Brost2-2/+35
2021-07-22drm/i915/guc: Remove GuC stage descriptor, add LRC descriptorMatthew Brost3-116/+25