summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-27drm/openchrome: Version bumped to 3.4.1drm-next-5.10Kevin Brace1-1/+1
2020-10-27drm/openchrome: Fill drm_mode_config struct fb_base with VRAM addressKevin Brace1-0/+2
2020-10-27drm/openchrome: Version bumped to 3.4.0Kevin Brace1-3/+3
2020-10-27drm/ttm: remove available_cachingKevin Brace1-1/+0
2020-10-27drm/ttm: remove default cachingKevin Brace1-1/+0
2020-10-27drm/ttm: nuke memory type flagsKevin Brace6-16/+15
2020-10-27drm/ttm: merge offset and base in ttm_bus_placementKevin Brace2-4/+4
2020-10-27drm/ttm: init mem->bus in common code.Kevin Brace1-7/+0
2020-10-27drm/ttm: rename ttm_mem_reg to ttm_resource.Kevin Brace1-2/+2
2020-10-27drm/ttm: make ttm_range_man_init/takedown take type + argsKevin Brace1-7/+5
2020-10-27drm/openchrome/ttm: use wrapper to access memory managerKevin Brace1-2/+4
2020-10-27drm/openchrome/ttm: use new takedown pathsKevin Brace1-1/+2
2020-10-27drm/openchrome: use new ttm man init pathKevin Brace1-2/+4
2020-10-27drm/ttm: remove the init_mem_type callbackKevin Brace1-30/+0
2020-10-27drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Kevin Brace1-2/+0
2020-10-27drm/openchrome: stop using TTM_MEMTYPE_FLAG_MAPPABLEKevin Brace1-10/+2
2020-10-27drm/openchrome: Add ttm_tt_create/destroy callbacksKevin Brace1-0/+32
2020-10-27drm/openchrome: Forgot to call ttm_bo_clean_mm() when cleaning upKevin Brace1-0/+2
2020-10-27drm/openchrome: Base TTM VRAM base address on VRAM start addressKevin Brace1-7/+1
2020-10-27drm/openchrome: Base fb_info struct’s size on the number of pagesKevin Brace1-2/+4
2020-10-27drm/openchrome: Obtain base and offset from TTM BO directlyKevin Brace1-2/+2
2020-10-27drm/openchrome: Use ttm_kmap_obj_virtual() for screen_baseKevin Brace1-1/+3
2020-10-27drm/openchrome: Change fb_info struct aperture sourceKevin Brace2-5/+4
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drm into...Kevin Brace31-90/+527
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-21Merge tag 'drm-misc-next-fixes-2020-10-20' of git://anongit.freedesktop.org/d...Dave Airlie2-5/+5
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