summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-11-30phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folderChun-Kuang Hu6-779/+0
2020-11-30drm/mediatek: Separate mtk_mipi_tx to an independent moduleChun-Kuang Hu5-5/+17
2020-11-28drm/mediatek: Use correct aliases name for ovlEnric Balletbo i Serra1-1/+1
2020-11-25drm/mediatek: Introduce GEM object functionsThomas Zimmermann2-5/+11
2020-11-22drm/mediatek/mtk_disp_ovl: Fix formatting and provide missing member descriptionLee Jones1-2/+3
2020-11-22drm/mediatek/mtk_disp_color: Fix formatting and provide missing member descri...Lee Jones1-2/+3
2020-11-22drm/mediatek/mtk_drm_drv: Staticise local function invoked by referenceLee Jones1-2/+2
2020-11-22drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct member d...Lee Jones1-2/+3
2020-11-22drm/mediatek: Drop local dma_parmsRobin Murphy2-26/+3
2020-11-08drm/mediatek: Optimize functions which do not need to returnBernard Zhao1-20/+7
2020-11-08drm/mediatek: Add DDP support for MT8167Fabien Parent1-0/+47
2020-11-08drm/mediatek: Add disp-color MT8167 supportFabien Parent1-0/+7
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-1/+1
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds29-85/+522
2020-10-23Merge tag 'drm-intel-next-fixes-2020-10-22' of git://anongit.freedesktop.org/...Dave Airlie15-53/+334
2020-10-23Merge tag 'amd-drm-fixes-5.10-2020-10-21' of git://people.freedesktop.org/~ag...Dave Airlie13-31/+187
2020-10-21drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao1-0/+9
2020-10-21drm/amd/pm: remove the average clock value in sysfsKenneth Feng1-4/+8
2020-10-21drm/amd/pm: fix pp_dpm_fclkKenneth Feng1-0/+3
2020-10-21Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements1-2/+2
2020-10-21drm/amd/pm: fix pcie information for sienna cichlidLikun Gao1-2/+2
2020-10-21drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall1-2/+3
2020-10-21drm/amd/swsmu: correct wrong feature bit mappingKevin Wang1-10/+17
2020-10-21drm/amd/psp: Fix sysfs: cannot create duplicate filenameAndrey Grodzovsky1-1/+2
2020-10-21drm/amd/display: Avoid MST manager resource leak.Andrey Grodzovsky1-0/+7
2020-10-21drm/amd/display: Revert "drm/amd/display: Fix a list corruption"Andrey Grodzovsky1-1/+0
2020-10-21drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+1
2020-10-21drm/amd/swsmu: add missing feature map for sienna_cichlidKevin Wang2-0/+4
2020-10-21drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan1-1/+1
2020-10-21drm/amdgpu: add rlc iram and dram firmware supportLikun Gao6-8/+66
2020-10-21drm/amdgpu: add function to program pbb mode for sienna cichlidLikun Gao1-0/+62
2020-10-21drm/i915: Drop runtime-pm assert from vgpu io accessorsChris Wilson1-1/+26
2020-10-21drm/i915: Force VT'd workarounds when running as a guest OSChris Wilson1-1/+5
2020-10-21drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson4-2/+203
2020-10-21drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson2-7/+14
2020-10-21drm/ttm: fix eviction valuable range check.Dave Airlie1-1/+1
2020-10-20Merge tag 'drm-next-2020-10-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-32/+70
2020-10-19drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson1-3/+18
2020-10-19drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson2-18/+17
2020-10-19drm/i915: Use the active reference on the vma while capturingChris Wilson1-2/+1
2020-10-19drm/i915/gt: Undo forced context restores after trivial preemptionsChris Wilson1-3/+2
2020-10-19drm/i915/gt: Delay execlist processing for tglChris Wilson1-0/+3
2020-10-19drm/i915/gem: Support parsing of oversize batchesChris Wilson1-2/+8
2020-10-19drm/i915: Mark ininitial fb obj as WT on eLLC machines to avoid rcu lockup du...Ville Syrjälä1-0/+8
2020-10-19drm/i915/gt: Initialize reserved and unspecified MOCS indicesAyaz A Siddiqui1-5/+11
2020-10-19drm/i915/dp: Tweak initial dpcd backlight.enabled valueSean Paul1-11/+20
2020-10-19Merge tag 'drm-intel-next-fixes-2020-10-15' of git://anongit.freedesktop.org/...Dave Airlie2-13/+6
2020-10-19drm/amd/display: Fix incorrect dsc force enable logicEryk Brol1-1/+1
2020-10-19Merge tag 'amd-drm-fixes-5.10-2020-10-14' of git://people.freedesktop.org/~ag...Dave Airlie10-18/+63
2020-10-18drm/i915: use vmap in i915_gem_object_mapChristoph Hellwig2-68/+60