aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-10drm/amd/display: Fix TDR eDP and USB4 display light up issueMeenakshikumar Somasundaram2-0/+2
2022-08-10drm/amd/display: clear optc underflow before turn off odm clockFudong Wang1-0/+5
2022-08-10drm/amd/display: Don't try to enter MALL SS if stereo3dAlvin Lee1-3/+23
2022-08-10drm/amd/display: For stereo keep "FLIP_ANY_FRAME"Alvin Lee1-1/+1
2022-08-10drm/amd/display: Revert "attempt to fix the logic in commit_planes_for_stream()"Alvin Lee1-15/+12
2022-08-10drm/amd/display: Correct DTBCLK for dcn314Duncan Ma3-17/+7
2022-08-10drm/amd/display: Enable SubVP by default on DCN32 & DCN321Aurabindo Pillai2-2/+2
2022-08-10drm/amd/display: Check correct bounds for stream encoder instances for DCN303Aurabindo Pillai1-1/+1
2022-08-10drm/amd/display: Fix VPG instancing for dcn314 HPODuncan Ma1-2/+3
2022-08-10drm/amd/display: Fix Compile-time WarningDavid Galiffi1-2/+2
2022-08-10drm/amd/display: Allow alternate prefetch modes in DML for DCN32David Galiffi2-10/+25
2022-08-10drm/amd/display: Fix HDMI VSIF V3 incorrect issueLeo Ma1-12/+3
2022-08-10drm/amd/display: Avoid MPC infinite loopJosip Pavic2-0/+12
2022-08-10drm/amd/display: Device flash garbage before get in OSChiawen Huang1-0/+1
2022-08-10drm/amd/display: Fix TMDS 4K@60Hz YCbCr420 corruption issueDaniel Miess3-0/+34
2022-08-10drm/amd/display: Add a variable to update FCLK latencyAlvin Lee3-0/+15
2022-08-10drm/amd/display: fix CAB allocation for multiple displaysAurabindo Pillai1-1/+12
2022-08-10drm/amd/display: Drop FPU flags from MakefileRodrigo Siqueira1-25/+0
2022-08-10drm/amd/display: Move populate dml pipes from DCN314 to dmlRodrigo Siqueira3-97/+117
2022-08-10drm/amd/display: Create FPU files for DCN314Rodrigo Siqueira5-231/+312
2022-08-10drm/amd/display: Use pixels per container logic for DCN314 DCCG dividersDaniel Miess1-7/+7
2022-08-10drm/amdgpu/pm: remove EnableGfxOff message for SMU IP v13.0.4Tim Huang1-14/+0
2022-08-10drm/amdgpu/pm: update smu driver interface header for SMU IP v13.0.4Tim Huang1-1/+3
2022-08-10drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.1Tim Huang1-0/+1
2022-08-10drm/amdgpu: add GFX Clock Gating support for GC IP v11.0.1Tim Huang1-0/+6
2022-08-10drm/amd/display: change family id name for DCN314Yifan Zhang7-9/+9
2022-08-10drm/amdgpu: Remove redundant reference of header fileMa Jun1-1/+0
2022-08-10drm/amdgpu: Avoid another list of reset devicesLijo Lazar3-31/+17
2022-08-10drm/amd/display: include missing headersMagali Lemes3-0/+5
2022-08-10drm/amdgpu: change vram width algorithm for vram_info v3_0Likun Gao1-1/+1
2022-08-10drm/amdgpu: Pessimistic availability based on rounded up allocationsDaniel Phillips2-3/+8
2022-08-10drm/amdgpu: Remove rounding from vram allocation pathDaniel Phillips1-6/+5
2022-08-10drm/amd/display: remove header from source fileMagali Lemes2-2/+2
2022-08-10drm/amd/display: make variables staticMagali Lemes4-6/+3
2022-08-10drm/amd/display: remove DML Makefile duplicate linesMagali Lemes1-2/+0
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculateSwathAndDETConfiguration"Rodrigo Siqueira4-77/+64
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculateVMRowAndSwath"Rodrigo Siqueira4-70/+62
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport"Rodrigo Siqueira4-119/+103
2022-08-10Revert "drm/amd/display: reduce stack for dml32_CalculatePrefetchSchedule"Rodrigo Siqueira4-227/+211
2022-08-10drm/amd/display: Add a missing register field for HPO DP stream encoderAurabindo Pillai1-1/+2
2022-08-10Merge tag 'hwmon-fixes-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds4-3/+6
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds23-417/+4828
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds63-558/+11183
2022-08-10nvme-tcp: check if the queue is allocated before stopping itMaurizio Lombardi1-0/+3
2022-08-10nvme-fabrics: Fix a typo in an error messageChristophe JAILLET1-1/+1
2022-08-10nvme-fabrics: parse nvme connect Linux error codesAmit Engel1-0/+6
2022-08-10nvmet-auth: use kmemdup instead of kmalloc + memcpyZhang Xiaoxu1-2/+2
2022-08-10nvme-fc: fix the fc_appid_store return valueChristoph Hellwig1-1/+2
2022-08-10nvme-fc: restart admin queue if the caller needs to restart queueMing Lei1-0/+2
2022-08-10regulator: core: Fix missing error return from regulator_bulk_get()Douglas Anderson1-1/+1