summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-16drm/display/dp_mst: Fix down message handling after a packet reception errorImre Deak1-1/+1
2022-12-16drm/display/dp_mst: Fix down/up message handling after sink disconnectImre Deak1-0/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-12-16drm: bridge: it66121: Add support for the IT6610Paul Cercueil1-22/+86
2022-12-16drm: bridge: it66121: Move VID/PID to new it66121_chip_info structurePaul Cercueil1-12/+15
2022-12-16drm: bridge: it66121: Set DDC preamble only once before reading EDIDPaul Cercueil1-12/+16
2022-12-16drm: bridge: it66121: Don't clear DDC FIFO twicePaul Cercueil1-16/+0
2022-12-16drm: bridge: it66121: Don't use DDC error IRQsPaul Cercueil1-39/+10
2022-12-16drm: bridge: it66121: Fix wait for DDC readyPaul Cercueil1-8/+7
2022-12-16drm: bridge: it66121: Write AVI infoframe with regmap_bulk_write()Paul Cercueil1-20/+7
2022-12-16drm: bridge: it66121: Use regmap_noinc_read()Paul Cercueil1-7/+6
2022-12-16drm: bridge: it66121: Use devm_regulator_bulk_get_enable()Paul Cercueil1-26/+8
2022-12-16Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+0
2022-12-15drm/amd/pm: update SMU13.0.0 reported maximum shader clockEvan Quan1-1/+69
2022-12-15drm/amd/pm: correct SMU13.0.0 pstate profiling clock settingsEvan Quan1-7/+15
2022-12-15drm/amd/pm: enable GPO dynamic control support for SMU13.0.7Evan Quan1-0/+2
2022-12-15drm/amd/pm: enable GPO dynamic control support for SMU13.0.0Evan Quan4-1/+22
2022-12-15drm/bridge: add it6505 driver to read data-lanes and link-frequencies from dtallen chen1-3/+77
2022-12-15drm/bridge: it6505: Add caching for EDIDPin-yen Lin1-6/+19
2022-12-15drm/bridge: lt9611: Fix PLL being unable to lockRobert Foss1-0/+1
2022-12-15drm/vc4: dsi: Remove entry to ULPS from vc4_dsi post_disableDave Stevenson1-2/+0
2022-12-15drm/vc4: dsi: Convert to using a bridge instead of encoderDave Stevenson1-31/+90
2022-12-15drm/vc4: dsi: Convert to use atomic operationsDave Stevenson1-8/+15
2022-12-15drm/vc4: dsi: Remove splitting the bridge chain from the driverDave Stevenson1-47/+0
2022-12-15drm/vc4: dsi: Move initialisation to encoder_mode_setDave Stevenson1-4/+12
2022-12-15drm/vc4: dsi: Rename bridge to out_bridgeDave Stevenson1-6/+6
2022-12-15drm/amdgpu: revert "generally allow over-commit during BO allocation"Christian König2-4/+18
2022-12-15drm/amdgpu: Remove unnecessary domain argumentLuben Tuikov4-14/+6
2022-12-15drm/amdgpu: Fix size validation for non-exclusive domains (v4)Luben Tuikov1-11/+8
2022-12-15drm/amdgpu: Check if fru_addr is not NULL (v2)Luben Tuikov1-2/+4
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-13/+13
2022-12-14drm/i915/ttm: consider CCS for backup objectsMatthew Auld3-5/+26
2022-12-14drm/i915/migrate: fix corner case in CCS aux copyingMatthew Auld1-8/+29
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+17
2022-12-14drm/bridge: it6505: Guard bridge power in IRQ handlerPin-yen Lin1-14/+8
2022-12-14drm/amdgpu: rework reserved VMID handlingChristian König3-30/+24
2022-12-14drm/amdgpu: stop waiting for the VM during unreserveChristian König1-16/+0
2022-12-14drm/amdgpu: cleanup SPM support a bitChristian König3-4/+7
2022-12-14drm/amdgpu: fix GDS/GWS/OA switch handlingChristian König3-43/+54
2022-12-14drm/amd/pm: add missing SMU13.0.7 mm_dpm feature mappingEvan Quan1-0/+2
2022-12-14drm/amd/pm: add missing SMU13.0.0 mm_dpm feature mappingEvan Quan1-0/+2
2022-12-14drm/amdgpu: Add notifier lock for KFD userptrsFelix Kuehling6-91/+172
2022-12-14drm/amd/display: Add DCN314 display SG SupportYifan Zhang1-0/+1
2022-12-14drm/amdgpu: WARN when freeing kernel memory during suspendChristian König1-0/+2
2022-12-14drm/amdgpu: fixx NULL pointer deref in gmc_v9_0_get_vm_pteChristian König1-1/+3
2022-12-14drm/tiny: panel-mipi-dbi: Read I/O supply from DTOtto Pflüger1-0/+5
2022-12-14drm/mipi-dbi: Support separate I/O regulatorOtto Pflüger1-0/+14
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+7
2022-12-14drm/amdgpu: Add an extra evict_resource call during device_suspend.Shikang Fan1-0/+5
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1342-28372/+44827