amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-21 07:00:19 to 2021-04-25 07:10:39 UTC [more...]

[PATCH v2] drm/amdgpu: Added missing prototype
 2021-04-24 18:29 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: implement smuio callback to query socket id
 2021-04-25  7:10 UTC 

[PATCH 2/2] drm/amdgpu: provide socket/die id info in RAS message
 2021-04-25  7:10 UTC 

[PATCH] drm/amdgpu: remove unnecessary header include
 2021-04-25  7:10 UTC 

[PATCH] drm/amdgpu: correct sdma 4.x irq.num_types
 2021-04-25  7:09 UTC 

[PATCH v3 4/5] drm/amdgpu: address remove from fault filter
 2021-04-24  4:50 UTC  (4+ messages)
` [PATCH 5/5] drm/amdkfd: enable subsequent retry fault

[PATCH] drm/amdgpu: Added missing prototype
 2021-04-23 23:33 UTC  (2+ messages)

[pull] amdgpu, radeon drm-next-5.13
 2021-04-23 22:39 UTC 

[PATCH 1/2] drm/amdgpu/display: fix dal_allocation documentation
 2021-04-23 21:25 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/display: add documentation for dmcub_trace_event_en

[PATCH] drm/amd/pm: Update energy_accumulator in gpu metrics
 2021-04-23 21:21 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove condition which is always set to True
 2021-04-23 20:56 UTC 

[PATCH v4 00/17] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 21:07 UTC  (19+ messages)
` [PATCH v4 01/17] drm/bridge/cdns-mhdp8546: Register DP aux channel with userspace
` [PATCH v4 02/17] drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early unregister
  ` [Nouveau] "
` [PATCH v4 03/17] drm/dp: Add backpointer to drm_device in drm_dp_aux
` [PATCH v4 04/17] drm/dp: Clarify DP AUX registration time
` [PATCH v4 05/17] drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()
` [PATCH v4 06/17] drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()
` [PATCH v4 07/17] drm/dp: Always print aux channel name in logs
` [PATCH v4 08/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()
` [PATCH v4 09/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()
` [PATCH v4 10/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()
` [PATCH v4 11/17] drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()
` [PATCH v4 12/17] drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()
` [PATCH v4 13/17] drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()
` [PATCH v4 14/17] drm/print: Handle potentially NULL drm_devices in drm_dbg_*
` [PATCH v4 15/17] drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()
` [PATCH v4 16/17] drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_kms()
` [PATCH v4 17/17] drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()

[PATCH] drm/dp_mst: Use the correct DPCD space in Synaptics quirk
 2021-04-23 20:05 UTC 

[PATCH 00/16] DC Patches April 23, 2021
 2021-04-23 19:36 UTC  (18+ messages)
` [PATCH 01/16] drm/amd/display: Add new case to get spread spectrum info
` [PATCH 02/16] drm/amd/display: fix HDCP reset sequence on reinitialize
` [PATCH 03/16] drm/amd/display: Revert wait vblank on update dpp clock
` [PATCH 04/16] drm/amd/display: skip program clock when allow seamless boot
` [PATCH 05/16] drm/amd/display: Expose internal display flag via debugfs
` [PATCH 06/16] drm/amd/display: ddc resource data need to be initialized
` [PATCH 07/16] drm/amd/display: Added multi instance support for ABM
` [PATCH 08/16] drm/amd/display: Fix BSOD with NULL check
` [PATCH 09/16] drm/amd/display: Add new DP_SEC registers for programming SDP Line number
` [PATCH 10/16] drm/amd/display: Clear MASTER_UPDATE_LOCK_DB_EN when disable doublebuffer lock
` [PATCH 11/16] drm/amd/display: fix wrong statement in mst hpd debugfs
` [PATCH 12/16] drm/amd/display: take max dsc stream bandwidth overhead into account
` [PATCH 13/16] drm/amd/display: avoid to authentication when DEVICE_COUNT=0
` [PATCH 14/16] drm/amd/display: Add SE_DCN3_REG_LIST for control SDP num
` [PATCH 15/16] drm/amd/display: [FW Promotion] Release 0.0.63
` [PATCH 16/16] drm/amd/display: 3.2.133

[PATCH] drm/amdgpu: Register VGA clients after init can no longer fail
 2021-04-23 18:59 UTC  (2+ messages)

[PATCH v1] drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect()
 2021-04-23 18:40 UTC  (2+ messages)

[PATCH v3 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-23 17:53 UTC  (13+ messages)
` [PATCH v3 01/20] drm/amdgpu: Add error handling to amdgpu_dm_initialize_dp_connector()
` [PATCH v3 03/20] drm/dp: Move i2c init to drm_dp_aux_init, add __must_check and fini

[PATCH 2/2] drm/amd/amdgpu: Add dwc quirk for Stoney/CZ platforms
 2021-04-23 16:24 UTC 

[PATCH v2 1/2] drm/amdgpu: address remove from fault filter
 2021-04-23 15:04 UTC  (4+ messages)
` [PATCH 2/2] drm/amdkfd: enable subsequent retry fault

[PATCH 00/40] [Set 16] Rid W=1 warnings from GPU!
 2021-04-23  8:28 UTC  (5+ messages)
` [PATCH 31/40] drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs

[PATCH v2] drm/amd/display: Reject non-zero src_y and src_x for video planes
 2021-04-23 14:25 UTC  (3+ messages)

[PATCH v3] drm/amd/display: Reject non-zero src_y and src_x for video planes
 2021-04-23 14:16 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2
 2021-04-23 12:50 UTC  (2+ messages)

[PATCH 1/2] drm/scheduler: Change scheduled fence track
 2021-04-23 11:36 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Add show_fdinfo() interface

[PATCH 1/6] drm/amdgpu: expose amdgpu_bo_create_shadow()
 2021-04-23 11:30 UTC  (7+ messages)
` [PATCH 2/6] drm/amdgpu: cleanup amdgpu_vm_init()
` [PATCH 3/6] drm/amdgpu: remove unused vm context flags
` [PATCH 4/6] create shadow bo using amdgpu_bo_create_shadow()
` [PATCH 5/6] drm/amdgpu: cleanup amdgpu_bo_create()
` [PATCH 6/6] drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag

[PATCH 1/2] drm/scheduler: Change scheduled fence track
 2021-04-23  9:32 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Add show_fdinfo() interface

[PATCH 1/6] drm/amdgpu: expose amdgpu_bo_create_shadow()
 2021-04-23  9:32 UTC  (11+ messages)
` [PATCH 2/6] drm/amdgpu: cleanup amdgpu_vm_init()
` [PATCH 3/6] drm/amdgpu: remove unused vm context flags
` [PATCH 4/6] create shadow bo using amdgpu_bo_create_shadow()
` [PATCH 5/6] drm/amdgpu: cleanup amdgpu_bo_create()
` [PATCH 6/6] drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag

[PATCH] drm/amdgpu: Enable SDMA LS for Vangogh
 2021-04-23  8:34 UTC  (2+ messages)

[PATCH v2 00/10] Implement multi-GPU DMA mappings for KFD
 2021-04-23  7:23 UTC  (14+ messages)
` [PATCH v2 01/10] rock-dbg_defconfig: Enable Intel IOMMU
` [PATCH v2 02/10] drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachment
` [PATCH v2 03/10] drm/amdgpu: Keep a bo-reference per-attachment
` [PATCH v2 04/10] drm/amdgpu: Simplify AQL queue mapping
` [PATCH v2 05/10] drm/amdgpu: Add multi-GPU DMA mapping helpers
` [PATCH v2 06/10] drm/amdgpu: DMA map/unmap when updating GPU mappings
` [PATCH v2 07/10] drm/amdgpu: Move kfd_mem_attach outside reservation
` [PATCH v2 08/10] drm/amdgpu: Add DMA mapping of GTT BOs
` [PATCH v2 09/10] drm/ttm: Don't count pages in SG BOs against pages_limit
` [PATCH v2 10/10] drm/amdgpu: Move dmabuf attach/detach to backend_(un)bind

[PATCH v2 0/3] Prevent set of DCEFCLK on smu_v11 gpus
 2021-04-23  5:24 UTC  (5+ messages)
` [PATCH 1/3] amdgpu/pm: add extra info to SMU msg pre-check failed message
` [PATCH 2/3] amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
` [PATCH 3/3] amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpus

[PATCH] drm/amdgpu: Add vbios info ioctl interface
 2021-04-23  3:25 UTC  (5+ messages)

[PATCH 1/6] drm/amdkfd: retry validation to recover range
 2021-04-23  2:00 UTC  (8+ messages)
` [PATCH 4/6] drm/amdgpu: address remove from fault filter

[PATCH] drm/amd/display: Reject non-zero src_y and src_x for video planes
 2021-04-23  0:51 UTC  (2+ messages)

[PATCH][next] drm/amdkfd: remove redundant initialization to variable r
 2021-04-22 19:43 UTC  (2+ messages)

[PATCH][next] drm/amdkfd: fix uint32 variable compared to less than zero
 2021-04-22 19:42 UTC  (2+ messages)

[PATCH] drm/amdkfd: svm ranges creation for unregistered memory
 2021-04-22 15:31 UTC  (2+ messages)

[PATCH 1/2] drm/amdkfd: svm ranges creation for unregistered memory
 2021-04-22 15:27 UTC  (3+ messages)
` [PATCH 2/2] drm/amdkfd: set attribute access for default ranges

[PATCH] drm/amdkfd: svm ranges creation for unregistered memory
 2021-04-22 15:16 UTC  (6+ messages)

[PATCH 1/5] drm/amdgpu: expose amdgpu_bo_create_shadow()
 2021-04-22 14:17 UTC  (10+ messages)
` [PATCH 2/5] drm/amdgpu: initialize vm->is_compute_context properly
` [PATCH 3/5] drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()
` [PATCH 4/5] drm/amdgpu: cleanup amdgpu_bo_create()
` [PATCH 5/5] drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag

[PATCH] drm/amdgpu: disable gfx ras by default in aldebaran
 2021-04-22 14:12 UTC  (2+ messages)

[PATCH] drm/amdkfd: add per-vmid-debug map_process_support
 2021-04-22 13:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix concurrent VM flushes on Vega/Navi
 2021-04-22 11:31 UTC 

[PATCH] drm/amdgpu: Add sdma single packet invalidation
 2021-04-22 11:02 UTC  (2+ messages)

[PATCH] drm/amdgpu/sriov: Remove clear vf fw support
 2021-04-22 10:01 UTC 

[PATCH] drm/amd/amdgpu: add cgls
 2021-04-22  9:52 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu: expose amdgpu_bo_create_shadow()
 2021-04-22  8:04 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu: create shadow bo using amdgpu_bo_create_shadow()
` [PATCH 3/4] drm/amdgpu: cleanup amdgpu_bo_create()
` [PATCH 4/4] drm/amdgpu: remove AMDGPU_GEM_CREATE_SHADOW flag

[PATCH 1/2] drm/scheduler: Change scheduled fence track
 2021-04-22  7:06 UTC  (2+ messages)

[PATCH] drm/amdkfd: Add Aldebaran gws support
 2021-04-22  2:11 UTC  (2+ messages)

[pull] amdgpu drm-fixes-5.12
 2021-04-21 22:04 UTC 

RTX 6800 XT 4K120 problems
 2021-04-21 21:42 UTC  (2+ messages)

[PATCH 1/2] drm/amdkfd: svm ranges creation for unregistered memory
 2021-04-21 19:40 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: set attribute access for default ranges

[PATCH] drm/amd/display: get socBB from VBIOS for dcn302
 2021-04-21 19:22 UTC  (2+ messages)

[PATCH] drm/amd/display: Fix build warnings
 2021-04-21 16:18 UTC 

[BUG] VAAPI encoder cause kernel panic if encoded video in 4K
 2021-04-21 13:58 UTC  (7+ messages)

[PATCH 1/1] drm/amdgpu: implement and use amdgpu_bo_create_with_shadow()
 2021-04-21 13:28 UTC  (2+ messages)

[PATCH] amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_create
 2021-04-21 10:28 UTC  (2+ messages)

[PATCH v3 0/7] drm: Clean up mmap for TTM-based GEM drivers
 2021-04-21  9:12 UTC  (10+ messages)
` [PATCH v3 5/7] drm/vmwgfx: Inline ttm_bo_mmap() into vmwgfx driver

[PATCH 1/2] drm/scheduler: Change scheduled fence track
 2021-04-21  8:03 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Add show_fdinfo() interface

[PATCH] drm/amdgpu: Enable SDMA MGCG for Vangogh
 2021-04-21  7:27 UTC  (2+ messages)

[PATCH] drm/amdgpu: resolve ras print bug
 2021-04-21  7:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).