summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-10-27drm/amdgpu: add DID for navi10 blockchain SKUTianci.Yin1-0/+1
2020-10-27drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)Tianci.Yin1-2/+12
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König14-125/+103
2020-10-26drm/ttm: make num_pages uint32_tChristian König3-8/+8
2020-10-26drm/ttm: move swapin out of page alloc backendChristian König3-16/+8
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König6-13/+7
2020-10-26drm/v3d: Fix double free in v3d_submit_cl_ioctl()Dan Carpenter1-1/+0
2020-10-26drm/sun4i: frontend: Fix the scaler phase on A33Maxime Ripard1-1/+1
2020-10-26drm/sun4i: frontend: Reuse the ch0 phase for RGB formatsMaxime Ripard1-3/+5
2020-10-26drm/sun4i: frontend: Rework a bit the phase dataMaxime Ripard2-31/+9
2020-10-26Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard1-8/+17
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-23drm/komeda: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-12/+1
2020-10-23drm/panel: mantix: Fix panel resetGuido Günther1-7/+16
2020-10-23drm/panel: mantix: Don't dereference NULL modeGuido Günther1-1/+1
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-22drm/ttm: remove overlapping memcpy supportDave Airlie1-16/+3
2020-10-22drm/vc4: dsi: Only register our component once a DSI device is attachedMaxime Ripard1-17/+8
2020-10-22drm: document that user-space should avoid parsing EDIDsSimon Ser1-0/+5
2020-10-22drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao1-0/+9
2020-10-22drm/amd/pm: remove the average clock value in sysfsKenneth Feng1-4/+8
2020-10-22drm/amd/pm: fix pp_dpm_fclkKenneth Feng1-0/+3
2020-10-22Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements1-2/+2
2020-10-22drm/amd/pm: fix pcie information for sienna cichlidLikun Gao1-2/+2
2020-10-22drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall1-2/+3
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie7-12/+39
2020-10-22drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie1-5/+3
2020-10-22drm/amd/swsmu: correct wrong feature bit mappingKevin Wang1-10/+17
2020-10-22drm/amd/psp: Fix sysfs: cannot create duplicate filenameAndrey Grodzovsky1-1/+2
2020-10-22drm/amd/display: Avoid MST manager resource leak.Andrey Grodzovsky1-0/+7
2020-10-22drm/amd/display: Revert "drm/amd/display: Fix a list corruption"Andrey Grodzovsky1-1/+0
2020-10-22drm/amdgpu: update golden setting for sienna_cichlidLikun Gao1-0/+1
2020-10-22drm/amd/swsmu: add missing feature map for sienna_cichlidKevin Wang2-0/+4
2020-10-22drm/amdgpu: correct the gpu reset handling for job != NULL caseEvan Quan1-1/+1
2020-10-22drm/amdgpu: add rlc iram and dram firmware supportLikun Gao6-8/+66
2020-10-22drm/amdgpu: add function to program pbb mode for sienna cichlidLikun Gao1-0/+62
2020-10-21drm: Give irq_by_busid drm_legacy_ prefixDaniel Vetter3-8/+8
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: move last binding into the drivers.Dave Airlie6-22/+23
2020-10-21drm/ttm: drop move notify around move.Dave Airlie7-40/+78
2020-10-21drm/ttm: remove move to new and inline into remainging place.Dave Airlie2-27/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie6-16/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie5-34/+26
2020-10-21drm/ttm: minor cleanup to move to systemDave Airlie1-3/+1
2020-10-21drm/ttm: move some move binds into the driversDave Airlie4-8/+21