amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 18:48:16 to 2023-03-23 07:22:45 UTC [more...]

[Resend PATCH v1 0/3] send message to pmfw when SMT changes
 2023-03-23  7:22 UTC  (7+ messages)
` [Resend PATCH v1 1/3] cpu/smt: add a notifier to notify the "
` [Resend PATCH v1 2/3] drm/amd/pm: send the SMT-enable message to pmfw
` [Resend PATCH v1 3/3] drm/amd/pm: vangogh: support to send SMT enable message

[PATCH 1/2] drm/amdgpu: Remove second moot switch to set EEPROM I2C address
 2023-03-23  6:05 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Return from switch early for "

[PATCH] drm/amdgpu: Add fatal error handling in nbio v4_3
 2023-03-23  3:24 UTC  (3+ messages)

[PATCH 00/32] Upstream of kernel support for AMDGPU ISA debugging
 2023-03-22 21:56 UTC  (37+ messages)
` [PATCH 11/32] drm/amdgpu: add configurable grace period for unmap queues
` [PATCH 12/32] drm/amdkfd: prepare map process for single process debug devices
` [PATCH 13/32] drm/amdgpu: prepare map process for multi-process "
` [PATCH 14/32] drm/amdgpu: expose debug api for mes
` [PATCH 15/32] drm/amdkfd: prepare trap workaround for gfx11
` [PATCH 16/32] drm/amdkfd: add per process hw trap enable and disable functions
` [PATCH 17/32] drm/amdkfd: add raise exception event function
` [PATCH 18/32] drm/amdkfd: add send exception operation
` [PATCH 19/32] drm/amdkfd: add runtime enable operation
` [PATCH 21/32] drm/amdkfd: update process interrupt handling for debug events
` [PATCH 23/32] drm/amdkfd: add debug wave launch override operation
` [PATCH 24/32] drm/amdkfd: add debug wave launch mode operation
` [PATCH 25/32] drm/amdkfd: add debug suspend and resume process queues operation
` [PATCH 26/32] drm/amdkfd: add debug set and clear address watch points operation
` [PATCH 27/32] drm/amdkfd: add debug set flags operation
` [PATCH 30/32] drm/amdkfd: add debug queue snapshot operation
` [PATCH 31/32] drm/amdkfd: add debug device "
` [PATCH 32/32] drm/amdkfd: bump kfd ioctl minor version for debug api availability

[PATCH AUTOSEL 6.1 16/34] drm/amdkfd: Fix BO offset for multi-VMA page migration
 2023-03-22 19:59 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 17/34] drm/amdkfd: fix a potential double free in pqm_create_queue
` [PATCH AUTOSEL 6.1 18/34] drm/amdkfd: fix potential kgd_mem UAFs
` [PATCH AUTOSEL 6.1 26/34] drm/amdkfd: Fixed kfd_process cleanup on module exit

[PATCH AUTOSEL 6.2 24/45] drm/amdkfd: Fix BO offset for multi-VMA page migration
 2023-03-22 19:56 UTC  (6+ messages)
` [PATCH AUTOSEL 6.2 25/45] drm/amdkfd: fix a potential double free in pqm_create_queue
` [PATCH AUTOSEL 6.2 26/45] drm/amdgpu/vcn: custom video info caps for sriov
` [PATCH AUTOSEL 6.2 27/45] drm/amdkfd: fix potential kgd_mem UAFs
` [PATCH AUTOSEL 6.2 28/45] drm/amd/display: Fix HDCP failing to enable after suspend
` [PATCH AUTOSEL 6.2 37/45] drm/amdkfd: Fixed kfd_process cleanup on module exit

[PATCH] drm/display: Add missing OLED Vesa brightnesses definitions
 2023-03-22 18:01 UTC  (2+ messages)

[PATCH] drm/amd/display: Clean up some inconsistent indenting
 2023-03-22 15:18 UTC  (2+ messages)

[PATCH] drm/amd/display: Remove the unused variable dppclk_delay_subtotal
 2023-03-22 15:17 UTC  (2+ messages)

[PATCH] drm/amd/display: Slightly optimize dm_dmub_outbox1_low_irq()
 2023-03-22 15:15 UTC  (2+ messages)

[PATCH v3 0/5] GPU workload hints for better performance
 2023-03-22 15:11 UTC  (13+ messages)
` [PATCH v3 1/5] drm/amdgpu: add UAPI for workload hints to ctx ioctl

[PATCH V2 00/11] Enable FW assisted shadowing for GFX11
 2023-03-22 14:34 UTC  (21+ messages)
` [PATCH 01/11] drm/amdgpu/gfx11: add FW version check for new CP GFX shadow feature
` [PATCH 02/11] drm/amdgpu/gfx11: check the CP FW version CP GFX shadow support
` [PATCH 03/11] drm/amdgpu/UAPI: add new CS chunk for GFX shadow buffers
` [PATCH 04/11] drm/amdgpu: add gfx shadow CS IOCTL support
` [PATCH 05/11] drm/amdgpu: add gfx11 emit shadow callback
` [PATCH 06/11] drm/amdgpu: don't require a job for cond_exec and shadow
` [PATCH 07/11] drm/amdgpu: add UAPI to query GFX shadow sizes
` [PATCH 08/11] drm/amdgpu: add gfx shadow callback
` [PATCH 09/11] drm/amdgpu: add get_gfx_shadow_info callback for gfx11
` [PATCH 10/11] drm/amdgpu: add support for new GFX shadow size query
` [PATCH 11/11] drm/amdgpu: bump driver version number for CP GFX shadow

[PATCH 1/2] drm/amdgpu: track MQD size for gfx and compute
 2023-03-22 14:34 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu: add debugfs interface for reading MQDs

[bug report] drm/amd/display: move eDP panel control logic to link_edp_panel_control
 2023-03-22  9:33 UTC 

[PATCH v1 0/3] send message to pmfw when SMT changes
 2023-03-22  5:48 UTC  (4+ messages)
` [PATCH v1 1/3] cpu/smt: add a notifier to notify the "
` [PATCH v1 2/3] drm/amd/pm: send the SMT-enable message to pmfw
` [PATCH v1 3/3] drm/amd/pm: vangogh: support to send SMT enable message

[PATCH] drm/amdgpu: skip unload tmr when tmr is not loaded
 2023-03-22  3:26 UTC  (2+ messages)

[PATCH] drm/amdgpu: skip unload tmr when tmr is not loaded
 2023-03-22  1:40 UTC  (3+ messages)

[PATCH] drm/amdgpu: add print for iommu translation mode
 2023-03-21 19:45 UTC  (8+ messages)

[RFC PATCH 0/5] Add Xen PVH dom0 support for GPU
 2023-03-21 18:55 UTC  (14+ messages)
` [RFC PATCH 1/5] x86/xen: disable swiotlb for xen pvh

BUG: KASAN: slab-use-after-free in drm_sched_get_cleanup_job+0x47b/0x5c0 [gpu_sched]
 2023-03-21 18:47 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION f3594f0204b756638267242e26d9de611435c3ba
 2023-03-21 16:00 UTC 

[PATCH 00/19] DC Patches Mar 20th, 2023
 2023-03-21 14:48 UTC  (23+ messages)
` [PATCH 01/19] drm/amd/display: Implement workaround for writing to OTG_PIXEL_RATE_DIV register
` [PATCH 02/19] drm/amd/display: remove outdated 8bpc comments
` [PATCH 03/19] drm/amd/display: Make DCN32 3dlut function available to future DCNs
` [PATCH 04/19] drm/amd/display: Add const to a function
` [PATCH 05/19] drm/amd/display: skip wait vblank
` [PATCH 06/19] drm/amd/display: update dio for two pixel per container case
` [PATCH 07/19] drm/amd/display: power down eDP if eDP not present
` [PATCH 08/19] drm/amd/display: initialize link_srv in virtual env
` [PATCH 09/19] drm/amd/display: Add function pointer for validate bw usb4
` [PATCH 10/19] drm/amd/display: Add CRC and DMUB test support
` [PATCH 11/19] drm/amd/display: add missing code change init pix_per_cycle
` [PATCH 12/19] drm/amd/display: Set MPC_SPLIT_DYNAMIC for DCN10
` [PATCH 13/19] drm/amd/display: Set MPC_SPLIT_DYNAMIC for DCN301
` [PATCH 14/19] Revert "drm/amdgpu/display: change pipe policy for DCN 2.0"
` [PATCH 15/19] drm/amd/display: align commit_planes_for_stream to latest dc code
` [PATCH 16/19] drm/amd/display: fix wrong index used in dccg32_set_dpstreamclk
` [PATCH 17/19] drm/amd/display: Set dcn32 caps.seamless_odm
` [PATCH 18/19] drm/amd/display: 3.2.228
` [PATCH 19/19] drm/amdgpu/smu11: enable TEMP_DEPENDENT_VMIN for navi1x

[PATCH] tests/amdgpu: Allow to exclude a test or a suite of tests
 2023-03-21 13:52 UTC 

[PATCH v2 00/21] Enable Colorspace connector property in amdgpu
 2023-03-21 13:12 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV
 2023-03-21 13:08 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: reinit mes ip block during reset "
` [PATCH 3/3] drm/amdgpu: resume ras for gfx v11_0_3 "

[PATCH 00/10] drm/radeon: Convert fbdev to DRM client
 2023-03-21  9:33 UTC  (7+ messages)

[PATCH] drm/amdgpu: improve debug VRAM access performance using sdma
 2023-03-21  0:39 UTC  (6+ messages)

[PATCH v2] drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
 2023-03-20 21:42 UTC  (2+ messages)

[PATCH] drm/amd/display: use a more accurate check in dm_helpers_dp_read_dpcd()
 2023-03-20 20:25 UTC  (4+ messages)

[PATCH v2] drm/amd/display: use a more accurate check in dm_helpers_dp_read_dpcd()
 2023-03-20 20:21 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 73f2c2a7e1d2b31fdd5faa6dfa151c437a6c0a5a
 2023-03-20 17:05 UTC 

[PATCH v2] drm/amdgpu: add print for iommu translation mode
 2023-03-20 16:16 UTC  (2+ messages)

[PATCH 00/10] Enable FW assisted shadowing for GFX11
 2023-03-20 16:08 UTC  (16+ messages)
` [PATCH 03/10] drm/amdgpu: add gfx shadow CS IOCTL support
` [PATCH 04/10] drm/amdgpu: add gfx11 emit shadow callback
` [PATCH 06/10] drm/amdgpu: don't require a job for cond_exec and shadow
` [PATCH 07/10] drm/amdgpu: add gfx shadow callback

[PATCH 01/37] drm/amd/display/dc/dc_hdmi_types: Move string definition to the only file it's used in
 2023-03-20 14:04 UTC  (43+ messages)
` [PATCH 03/37] drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_context'
` [PATCH 13/37] drm/amd/amdgpu/amdgpu_ucode: Remove unused function ‘amdgpu_ucode_print_imu_hdr’
` [PATCH 14/37] drm/amd/amdgpu/amdgpu_vm_pt: Supply description for amdgpu_vm_pt_free_dfs()'s unlocked param
` [PATCH 15/37] drm/amd/amdgpu/gmc_v11_0: Provide a few missing param descriptions relating to hubs and flushes
` [PATCH 16/37] drm/amd/amdgpu/ih_v6_0: Repair misspelling and provide descriptions for 'ih'
` [PATCH 17/37] drm/amd/amdgpu/amdgpu_mes: Ensure amdgpu_bo_create_kernel()'s return value is checked
` [PATCH 18/37] drm/amd/amdgpu/amdgpu_vce: Provide description for amdgpu_vce_validate_bo()'s 'p' param
` [PATCH 19/37] drm/amd/pm/swsmu/smu11/vangogh_ppt: Provide a couple of missing parameter descriptions
` [PATCH 20/37] drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move defines out to where they are actually used
` [PATCH 26/37] drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move SYNAPTICS_DEVICE_ID into CONFIG_DRM_AMD_DC_DCN ifdef
` [PATCH 27/37] drm/amd/display/dc/dce/dmub_psr: Demote kerneldoc abuse
` [PATCH 28/37] drm/amd/display/dc/core/dc_stat: Convert a couple of doc headers to kerneldoc format
` [PATCH 29/37] drm/amd/display/dc/link/link_detection: Remove unused variable 'status'
` [PATCH 30/37] drm/amd/display/dc/link/protocols/link_dp_training: Remove set but unused variable 'result'
` [PATCH 32/37] drm/amd/display/dc/link/protocols/link_dp_capability: Remove unused variable and mark another as __maybe_unused
` [PATCH 33/37] drm/amd/display/dc/link/protocols/link_dp_capability: Demote non-compliant kerneldoc
` [PATCH 35/37] drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings
` [PATCH 36/37] drm/amd/display/dc/link/link_detection: Demote a couple of kerneldoc abuses

[RFC] VRM setting in a mobile system
 2023-03-20 12:00 UTC 

2023 X.Org Board of Directors Elections Nomination period is NOW
 2023-03-19  7:51 UTC  (4+ messages)
  ` Reminder: Only 2 days left to nominate candidates for the 2023 X.Org Board of Directors Elections
  ` Reminder: Last day (!) "

[PATCH] drm/amdgpu: Initialize umc ras callback
 2023-03-20  9:40 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 26/29] drm/amd/display: Update clock table to include highest clock setting
 2023-03-20  0:54 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 28/29] drm/amdgpu: Fix call trace warning and hang when removing amdgpu device
` [PATCH AUTOSEL 6.1 29/29] drm/amd: Fix initialization mistake for NBIO 7.3.0

[PATCH AUTOSEL 6.2 27/30] drm/amd/display: Update clock table to include highest clock setting
 2023-03-20  0:52 UTC  (3+ messages)
` [PATCH AUTOSEL 6.2 29/30] drm/amdgpu: Fix call trace warning and hang when removing amdgpu device
` [PATCH AUTOSEL 6.2 30/30] drm/amd: Fix initialization mistake for NBIO 7.3.0

[PATCH v3 09/17] drm/amd/display: Register Colorspace property for DP and HDMI
 2023-03-17 19:13 UTC  (13+ 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).