AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-05 08:43:46 to 2021-03-09 12:37:32 UTC [more...]

[PATCH v2 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-09 12:37 UTC  (7+ messages)
` [PATCH v2 2/5] drm/amdgpu: introduce struct amdgpu_bo_user
` [PATCH 3/5] drm/amdgpu: fb BO should be ttm_bo_type_device
` [PATCH 4/5] drm/amdgpu: use amdgpu_bo_create_user() for when possible
` [PATCH v3 5/5] drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flag

[PATCH v2] drm/amd/amdgpu implement tdr advanced mode
 2021-03-09 11:16 UTC  (10+ messages)

[PATCH] Revert "drm/amdgpu: add psp RAP L0 check support"
 2021-03-09 10:33 UTC  (2+ messages)

[PATCH] drm/amdgpu: add ih waiter on process until checkpoint
 2021-03-09  9:09 UTC  (6+ messages)

[PATCH 3/6] amd/display: fail on cursor plane without an underlying plane
 2021-03-09  8:59 UTC  (11+ messages)

[PATCH] [variant b] drm/amdkfd: fix build error with missing AMD_IOMMU_V2
 2021-03-09  8:58 UTC  (4+ messages)
  ` [PATCH 1/1] drm/amdkfd: fix build error with AMD_IOMMU_V2=m

[PATCH] drm/amd/display: Remove unnecessary conversion to bool
 2021-03-09  8:02 UTC 

[PATCH 1/7] drm/amdgpu: add a dev_pm_ops prepare callback (v2)
 2021-03-09  6:19 UTC  (8+ messages)
` [PATCH 2/7] drm/amdgpu: enable DPM_FLAG_MAY_SKIP_RESUME and DPM_FLAG_SMART_SUSPEND flags (v2)
` [PATCH 3/7] drm/amdgpu: disentangle HG systems from vgaswitcheroo
` [PATCH 4/7] drm/amdgpu: track what pmops flow we are in
` [PATCH 5/7] drm/amdgpu: don't evict vram on APUs for suspend to ram
` [PATCH 6/7] drm/amdgpu: clean up S0ix logic
` [PATCH 7/7] drm/amdgpu: clean up non-DC suspend/resume handling

[PATCH] drm/amdgpu: fix the hibernation suspend with s0ix
 2021-03-09  6:16 UTC  (4+ messages)

[PATCH] drm/amdgpu: remove ECO_BITS programing on gmc9
 2021-03-09  6:03 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: Verify bo size can fit framebuffer size on init
 2021-03-09  3:45 UTC  (2+ messages)

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-09  3:32 UTC  (7+ messages)
` [PATCH 2/5] drm/amdgpu: introduce struct amdgpu_bo_user
` [PATCH 3/5] drm/amdgpu: use amdgpu_bo_create_user() for gem object
` [PATCH 4/5] drm/amdgpu: use tiling_flags of struct amdgpu_bo_user
` [PATCH 5/5] drm/amdgpu: use metadata members "

[PATCH] drm/amdgpu: update secure display TA header
 2021-03-09  2:58 UTC 

[PATCH] drm/amdgpu: capture invalid hardware access v2
 2021-03-09  2:03 UTC  (2+ messages)

2021 X.Org Foundation Membership renewal ENDS on THURSDAY Mar 11
 2021-03-08 22:06 UTC 

[PATCH v3] drm/amd/amdgpu implement tdr advanced mode
 2021-03-08 22:03 UTC  (2+ messages)

[PATCH] drm/amdgpu: Remove unnecessary conversion to bool
 2021-03-08 21:57 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove unnecessary conversion to bool
 2021-03-08 21:56 UTC  (2+ messages)

[PATCH] drm/amd/display: remove duplicate include in dcn21 and gpio
 2021-03-08 21:45 UTC  (2+ messages)

[PATCH] drm/amd/display: remove duplicate include in amdgpu_dm.c
 2021-03-08 21:44 UTC  (2+ messages)

[PATCH] drm/amdgpu: Verify bo size can fit framebuffer size on init
 2021-03-08 21:20 UTC  (2+ messages)

[PATCH] drm/amd/pm: correct the watermark settings for Polaris
 2021-03-08 21:16 UTC  (2+ messages)

[PATCH] gpu: drm: swsmu: fix error return code of smu_v11_0_set_allowed_mask()
 2021-03-08 21:14 UTC  (3+ messages)

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-08 20:36 UTC  (11+ messages)
` [PATCH 2/5] drm/amdgpu: introduce struct amdgpu_bo_user
` [PATCH 3/5] drm/amdgpu: fb BO should be ttm_bo_type_device
` [PATCH 4/5] drm/amdgpu: use amdgpu_bo_create_user() for when possible
` [PATCH 5/5] drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flag

[PATCH] drm/amdkfd: fix build error with missing AMD_IOMMU_V2
 2021-03-08 20:35 UTC  (8+ messages)

[PATCH] drm/gem: add checks of drm_gem_object->funcs
 2021-03-08 19:20 UTC  (4+ messages)

[PATCH 1/3] drm/radeon: also init GEM funcs in radeon_gem_prime_import_sg_table
 2021-03-08 18:45 UTC  (4+ messages)
` [PATCH 2/3] drm/radeon: fix AGP dependency
` [PATCH 3/3] drm/radeon: keep __user during cast

[PATCH 5/5] drm/amdgpu: Reset the devices in the XGMI hive duirng probe
 2021-03-08 17:26 UTC  (11+ messages)

[PATCH v1 12/15] powerpc/uaccess: Refactor get/put_user() and __get/put_user()
 2021-03-08 14:43 UTC  (2+ messages)

[RESEND 00/53] Rid GPU from W=1 warnings
 2021-03-08  9:19 UTC  (3+ messages)

[PATCH 1/5] drm/amdgpu: allow variable BO struct creation
 2021-03-08 14:06 UTC  (16+ messages)
` [PATCH 2/5] drm/amdgpu: introduce struct amdgpu_bo_user
` [PATCH 3/5] drm/amdgpu: use amdgpu_bo_create_user() for gem object
` [PATCH 4/5] drm/amdgpu: use tiling_flags of struct amdgpu_bo_user
` [PATCH 5/5] drm/amdgpu: use metadata members "

[PATCH 1/8] drm/amdgpu: new resource cursor
 2021-03-08 13:40 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: use the new cursor in amdgpu_ttm_copy_mem_to_mem
` [PATCH 3/8] drm/amdgpu: use the new cursor in amdgpu_fill_buffer
` [PATCH 4/8] drm/amdgpu: use new cursor in amdgpu_ttm_io_mem_pfn
` [PATCH 5/8] drm/amdgpu: use the new cursor in amdgpu_ttm_access_memory
` [PATCH 6/8] drm/amdgpu: use new cursor in amdgpu_mem_visible
` [PATCH 7/8] drm/amdgpu: use the new cursor in amdgpu_ttm_bo_eviction_valuable
` [PATCH 8/8] drm/amdgpu: use the new cursor in the VM code

[PATCH] drm/amdgpu: Check if FB BAR is enabled for ROM read
 2021-03-08 13:17 UTC  (3+ messages)

[PATCH] gpu: drm: amd: amdgpu: fix error return code of amdgpu_acpi_init()
 2021-03-07  9:20 UTC 

[PATCH AUTOSEL 5.10 3/8] drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounder
 2021-03-07 13:57 UTC 

[PATCH AUTOSEL 5.11 06/12] drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounder
 2021-03-07 13:57 UTC 

[PATCH] Revert freesync video patches temporarily
 2021-03-07  7:43 UTC  (2+ messages)

[PATCH 5/5] drm/amdgpu: Reset the devices in the XGMI hive duirng probe
 2021-03-06 21:20 UTC 

[PATCH 4/5] drm/amdgpu: Add reset_list for device list used for reset
 2021-03-06 21:20 UTC 

[PATCH] drm/amd/amdgpu implement tdr advanced mode
 2021-03-06  8:57 UTC 

[PATCH 2/5] drm/amdgpu: Add kfd init_complete flag to check from amdgpu side
 2021-03-06  4:09 UTC  (2+ messages)

[PATCH] drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
 2021-03-06  3:55 UTC  (5+ messages)

[RFC PATCH 0/9] cgroup support for GPU devices
 2021-03-06  0:44 UTC  (6+ messages)
` [RFC PATCH 8/9] drm/gem: Associate GEM objects with drm cgroup

[PATCH 00/14] DC Patches March 8, 2021
 2021-03-05 21:11 UTC  (16+ messages)
` [PATCH 01/14] drm/amd/display: Enabled pipe harvesting in dcn30
` [PATCH 02/14] drm/amd/display: Skip powerstate DC hw access if virtual dal
` [PATCH 03/14] drm/amd/display: Fix typo when retrieving dppclk from UEFI config
` [PATCH 04/14] drm/amd/display: Move define from internal header to dmub_cmd.h
` [PATCH 05/14] drm/amd/display: Fix dmub trace event not update issue
` [PATCH 06/14] drm/amd/display: Enable pflip interrupt upon pipe enable
` [PATCH 07/14] drm/amd/display: Read all the trace entry if it is not empty
` [PATCH 08/14] drm/amd/display: Fix warning
` [PATCH 09/14] drm/amd/display: Fixed read/write pointer issue for get dmub trace
` [PATCH 10/14] drm/amd/display: [FW Promotion] Release 0.0.55
` [PATCH 11/14] drm/amd/display: Added multi instance support for panel control
` [PATCH 12/14] drm/amd/display: 3.2.126
` [PATCH 13/14] drm/amd/display: Revert dram_clock_change_latency for DCN2.1
` [PATCH 14/14] drm/amd/display: Align cursor cache address to 2KB

[PATCH][next] drm/radeon/si_dpm: Replace one-element array with flexible-array in struct SISLANDS_SMC_SWSTATE
 2021-03-05 19:26 UTC  (3+ messages)

[PATCH] drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()
 2021-03-05 19:24 UTC  (2+ messages)

[PATCH RESEND] drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth()
 2021-03-05 19:22 UTC  (4+ messages)

[PATCH] drm/amd/display: Remove unnecessary conversion to bool
 2021-03-05 19:14 UTC  (2+ messages)

[PATCH][next] drm/amdgpu/display: remove redundant continue statement
 2021-03-05 19:09 UTC  (2+ messages)

[PATCH][next] drm/amd/display: remove redundant initialization of variable status
 2021-03-05 18:38 UTC  (2+ messages)

[PATCH] drm/amdgpu/display: Remove unnecessary conversion to bool
 2021-03-05 18:35 UTC  (2+ messages)

[PATCH 1/1] drm/ttm: Ignore signaled move fences
 2021-03-05 18:20 UTC  (5+ messages)

[PATCH 4/5] drm/amdgpu: Add reset_list for device list used for reset
 2021-03-05 17:52 UTC 

[PATCH 3/5] drm/amdgpu: Init the cp MQD if it's not be initialized before
 2021-03-05 17:52 UTC 

[PATCH 1/5] drm/amdgpu: get xgmi info at eary_init
 2021-03-05 17:51 UTC 

Build regressions/improvements in v5.12-rc1
 2021-03-05 11:16 UTC  (4+ messages)

[PATCH 1/2] drm/sched: select new rq even if there is only one v3
 2021-03-05 13:52 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: load balance VCN3 decode as well v8

[PATCH] drm/amd/display: Fix nested FPU context in, dcn21_validate_bandwidth()
 2021-03-05 10:06 UTC 

[bug report] drm/amd/display: Implement dmub trace event
 2021-03-05 11:25 UTC 

[PATCH] drm/amdgpu: Fix some unload driver issues
 2021-03-05  9:53 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: drm/amdkfd: split amdgpu_mn_register
 2021-03-05  9:13 UTC  (5+ messages)
` [PATCH v2 3/3] drm/amdgpu: drm/amdkfd: add amdgpu_kfd_bo struct

[PATCH] drm/amdgpu: Fix some unload driver issues
 2021-03-05  8:52 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox