aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-20drm/ast: Init iosys_map pointer as I/O memory for damage handlingThomas Zimmermann1-1/+1
2022-12-20drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula3-3/+95
2022-12-20drm/i915: Use helper func to find out map typeNirmoy Das1-2/+5
2022-12-20drm/i915/selftests: Remove hardcoded value with a macroNirmoy Das1-1/+1
2022-12-20drm/sprd: remove redundant error loggingDeepak R Varma1-3/+1
2022-12-20drm/drv: Make use of local variable driver in drm_dev_register()Uwe Kleine-König1-2/+2
2022-12-20Merge tag 'drm-intel-next-fixes-2022-12-15' of git://anongit.freedesktop.org/...Dave Airlie10-88/+96
2022-12-19drm/i915: improve the catch-all evict to handle lock contentionMatthew Auld6-26/+82
2022-12-19drm/qxl: stop using ttm_bo_waitChristian König1-2/+14
2022-12-18drm/v3d: replace obj lookup steps with drm_gem_objects_lookupMelissa Wen1-46/+3
2022-12-18drm/v3d: cleanup BOs properly when lookup_bos failsMelissa Wen1-3/+3
2022-12-17drm/i915/mtl: Add OA support by enabling 32 bit OAG formats for MTLUmesh Nerlige Ramappa1-0/+1
2022-12-17drm/i915/mtl: Update OA mux whitelist for MTLUmesh Nerlige Ramappa1-1/+15
2022-12-17drm/i915/mtl: Add Wa_14015846243 to fix OA vs CS timestamp mismatchUmesh Nerlige Ramappa1-2/+5
2022-12-17drm/i915/mtl: Resize noa_wait BO size to save restore GPR regsUmesh Nerlige Ramappa2-14/+17
2022-12-16drm/imx: move IPUv3 driver into separate subdirectoryLucas Stach13-49/+54
2022-12-16drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel1-6/+8
2022-12-16gpu: ipu-v3: common: Add of_node_put() for reference returned by of_graph_get...Liang He1-0/+1
2022-12-16drm/omap: dsi: Fix excessive stack usageTomi Valkeinen1-10/+16
2022-12-16drm/omapdrm: Remove unused struct csc_coef_rgb2yuvYuan Can1-5/+0
2022-12-16drm: tidss: Fix pixel format definitionRandolph Sapp1-2/+2
2022-12-16drm/tidss: Set max DMA segment sizeAndrew Davis1-0/+2
2022-12-16drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi1-1/+0
2022-12-16drm/i915: ratelimit errors in display engine irqLucas De Marchi1-14/+14
2022-12-16drm/display/dp_mst: Fix payload addition on a disconnected sinkImre Deak1-1/+6
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-15Merge tag 'vfio-v6.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+0
2022-12-15drm/i915/dg2: Return Wa_22012654132 to just specific steppingsMatt Roper1-14/+13
2022-12-15drm/amdgpu: Add poison mode query for df v4_3Candice Li4-1/+98
2022-12-15drm/amdgpu: Add df v4_3 headersCandice Li2-0/+187
2022-12-15drm/amdgpu: bump minor version number for DEV_INFO and SENSOR IOCTLs updateEvan Quan1-2/+4
2022-12-15drm/amdgpu: expose the minimum shader/memory clock frequencyEvan Quan1-2/+8
2022-12-15drm/amdgpu: expose peak profiling mode shader/memory clocksEvan Quan1-0/+18
2022-12-15drm/amd/pm: fulfill powerplay peak profiling mode shader/memory clock settingsEvan Quan8-38/+155
2022-12-15drm/amd/pm: fulfill swsmu peak profiling mode shader/memory clock settingsEvan Quan2-0/+10
2022-12-15drm/amd/pm: drop unused SMU v13 APIEvan Quan2-44/+0
2022-12-15drm/radeon: Replace 1-element arrays with flexible-array membersPaulo Miguel Almeida1-5/+5
2022-12-15drm/amdgpu: define RAS query poison mode functionTao Zhou1-21/+33
2022-12-15drm/amdgpu: update VCN/JPEG RAS settingTao Zhou1-11/+13