summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-02-14ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek-2/+6
2023-02-14ice: Add GPIO pin support for E823 productsKarol Kolacinski-0/+90
2023-02-14drm/amd/display: Add support for multiple overlay planesBhawanpreet Lakha-7/+41
2023-02-14drm/amd/display: move public dc link function implementation to dc_link_exportsWenjing Liu-269/+442
2023-02-14drm/amd/display: Update Z8 SR exit/enter latenciesNicholas Kazlauskas-2/+2
2023-02-14drm/amd/display: Fix FreeSync active bit issueLeo (Hanghong) Ma-3/+9
2023-02-14drm/amd/display: Disable unbounded request mode during rotationNasir Osman-1/+2
2023-02-14drm/amdgpu: Revert programming GRBM_GFX_* in RLCG interface to support GFX9Yifan Zha-0/+4
2023-02-14drm/amd/display: Remove the unused variable pre_connection_typeJiapeng Chong-2/+0
2023-02-14drm/amd/display: Remove the unused variable ds_portJiapeng Chong-4/+0
2023-02-14drm/amd/display: Remove stutter only configurationsNasir Osman-11/+73
2023-02-14drm/amd/display: Fix video glitch while drag window in PSR-SUTom Chung-5/+37
2023-02-14drm/amd/display: clean up some inconsistent indentingsYang Li-3/+3
2023-02-14drm/amd/display: Simplify bool conversionYang Li-1/+1
2023-02-14drm/amd/display: add NULL pointer checkCharlene Liu-6/+10
2023-02-14drm/amd/display: on dp link lost event toggle dpms for master pipe onlyWenjing Liu-85/+108
2023-02-14drm/amd/display: Extract temp drm mst deallocation wa into its own functionWenjing Liu-11/+102
2023-02-14drm/amd/display: enable DPG when disabling plane for phantom pipeSamson Tam-1/+46
2023-02-14Revert "drm/amd/display: Correct bw_params population"Daniel Miess-21/+10
2023-02-14drm/amd/display: do not set RX back to SST mode for non 0 mst stream countWenjing Liu-41/+25
2023-02-14drm/amd/display: Fix prefetch vratio checkAlvin Lee-6/+29
2023-02-14drm/amd/display: Enable P-state validation checks for DCN314Nicholas Kazlauskas-1/+1
2023-02-14drm/amd/display: fix k1 k2 divider programming for phantom streamsAurabindo Pillai-2/+2
2023-02-14iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe-1/+1
2023-02-14drm/amd/display: Set max vratio for prefetch to 7.9 for YUV420 MPOAlvin Lee-8/+52
2023-02-14drm/amd/display: Move DCN314 DOMAIN power control to DMCUBNicholas Kazlauskas-1/+52
2023-02-14drm/amd/amdgpu: implement mode2 reset on smu_v13_0_10Kenneth Feng-2/+413
2023-02-14drm/amdkfd: Prevent user space using both svm and kfd api to register same us...Xiaogang Chen-0/+14
2023-02-14drm/amdgpu: Fix the warning info when unload or remove amdgpuMa Jun-1/+2
2023-02-14dm sysfs: make kobj_type structure constantThomas Weißschuh-1/+1
2023-02-14dm: update targets using system workqueues to use a local workqueueTetsuo Handa-9/+34
2023-02-14dm: remove flush_scheduled_work() during local_exit()Mike Snitzer-1/+0
2023-02-14dm clone: prefer kvmalloc_array()Heinz Mauelshagen-1/+1
2023-02-14dm: declare variables static when sensibleHeinz Mauelshagen-2/+2
2023-02-14dm: fix suspect indent whitespaceHeinz Mauelshagen-2/+2
2023-02-14dm ioctl: prefer strscpy() instead of strlcpy()Heinz Mauelshagen-2/+2
2023-02-14dm: avoid void function return statementsHeinz Mauelshagen-11/+0
2023-02-14dm integrity: change macros min/max() -> min_t/max_t where appropriateHeinz Mauelshagen-5/+5
2023-02-14dm: fix use of sizeof() macroHeinz Mauelshagen-15/+15
2023-02-14dm: avoid 'do {} while(0)' loop in single statement macrosHeinz Mauelshagen-5/+3
2023-02-14dm log: avoid multiple line dereferenceHeinz Mauelshagen-2/+1
2023-02-14dm log: avoid trailing semicolon in macroHeinz Mauelshagen-1/+1
2023-02-14dm ioctl: have constant on the right side of the testHeinz Mauelshagen-2/+2
2023-02-14dm: don't indent labelsHeinz Mauelshagen-4/+4
2023-02-14dm: avoid inline filenamesHeinz Mauelshagen-5/+2
2023-02-14dm: add missing blank line after declarations/fix thoseHeinz Mauelshagen-6/+11
2023-02-14dm: avoid useless 'else' after 'break' or return'Heinz Mauelshagen-38/+38
2023-02-14dm: favour __packed versus "__attribute__ ((packed))"Heinz Mauelshagen-6/+6
2023-02-14dm: favour __aligned(N) versus "__attribute__ (aligned(N))"Heinz Mauelshagen-7/+7
2023-02-14dm: avoid using symbolic permissionsHeinz Mauelshagen-23/+22