AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-07 08:21:33 to 2024-08-12 19:05:35 UTC [more...]

[PATCH v2 0/9] drm/{amdgpu,nouveau}: Remove old fbdev hooks
 2024-08-12 19:05 UTC  (25+ messages)
` [PATCH v2 1/9] drm: Do delayed switcheroo in drm_lastclose()
` [PATCH v2 2/9] drm/amdgpu: Do not set struct drm_driver.lastclose
` [PATCH v2 3/9] drm/nouveau: "
` [PATCH v2 4/9] drm/nouveau: Do not set struct drm_mode_config_funcs.output_poll_changed
` [PATCH v2 5/9] drm/nouveau: Implement switcheroo reprobe with drm_client_dev_hotplug()
` [PATCH v2 6/9] drm/fbdev-helper: Update documentation on obsolete callbacks
` [PATCH v2 7/9] drm/fbdev-helper: Remove drm_fb_helper_output_poll_changed()
` [PATCH v2 8/9] drm: Remove struct drm_driver.lastclose
` [PATCH v2 9/9] drm: Remove struct drm_mode_config_funcs.output_poll_changed

[PATCH v2 1/4] drm/amdgpu: add gfx9_4_3 register support in ipdump
 2024-08-12 15:50 UTC  (5+ messages)
` [PATCH v2 2/4] drm/amdgpu: add print support for gfx9_4_3 ipdump
` [PATCH v2 3/4] drm/amdgpu: add cp queue registers "
` [PATCH v2 4/4] drm/amdgpu: add cp queue registers print for gfx9_4_3

[PATCH] drm/amdgpu: fix KFDMemoryTest.PtraceAccessInvisibleVram fail on SRIOV
 2024-08-12 15:49 UTC  (5+ messages)

[PATCH v3] drm/amdgpu: Disable dpm_enabled flag while VF is in reset
 2024-08-12 14:34 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Disable dpm_enabled flag while VF is in reset
 2024-08-12 13:48 UTC  (3+ messages)

[PATCH] drm/amdgpu: Reorder to read EFI exported ROM first
 2024-08-12 13:33 UTC  (3+ messages)

[PATCH] amd/gpu: drm/hisilicon: Remove unused declarations
 2024-08-12 12:24 UTC 

[RESEND 1/3] drm/mst: switch to guid_t type for GUID
 2024-08-12 12:23 UTC  (3+ messages)
` [RESEND 2/3] drm/mst: switch to guid_gen() to generate valid GUIDs
` [RESEND 3/3] drm/amd/display: "

[PATCH] video/aperture: match the pci device when calling sysfb_disable()
 2024-08-12 12:10 UTC  (4+ messages)

[PATCH] drm/amd/display: Align hwss_wait_for_all_blank_complete descriptor with implementation
 2024-08-12 10:40 UTC 

[PATCH 6.10] drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()
 2024-08-11 12:13 UTC  (2+ messages)

[PATCHES] [drm] file descriptor fixes
 2024-08-12  6:59 UTC  (5+ messages)
` [PATCH 1/4] new helper: drm_gem_prime_handle_to_dmabuf()
  ` [PATCH 2/4] amdgpu: fix a race in kfd_mem_export_dmabuf()
  ` [PATCH 3/4] amdkfd CRIU fixes
  ` [PATCH 4/4] amdgpu: get rid of bogus includes of fdtable.h

[PATCH] drm/amdgpu: add dce6 drm_panic support
 2024-08-12  6:09 UTC  (6+ messages)
` [PATCH v2] "

[REGRESSION] amdgpu enables DSC unnecessarily over MST hubs on kernel 6.11+
 2024-08-11 13:36 UTC 

[PATCH 1/2] drm/amdgpu: fix KFDMemoryTest.PtraceAccessInvisibleVram fail on SRIOV
 2024-08-12  6:59 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: fix incomplete access issue in amdgpu_ttm_access_memory_sdma()

[PATCH] drm/amdgpu: Add debug option to enable mode2 for poison recovery
 2024-08-12  6:03 UTC  (4+ messages)

[PATCH] drm/amdgpu: Do not init ta microcode from guest side
 2024-08-12  5:37 UTC  (5+ messages)

[PATCH] drm/amdkfd: keep create queue success if cwsr save area doesn't match
 2024-08-12  2:10 UTC  (5+ messages)

amdgpu debug
 2024-08-11 20:44 UTC 

[RFC PATCH] drm/amd/display/dc: Refactor remove duplications
 2024-08-09 21:01 UTC 

[PATCH] drm/amd/display: change the panel power savings level without a modeset
 2024-08-09 20:42 UTC 

[PATCH 00/24] DC Patches Aug 12 2024
 2024-08-09 19:06 UTC  (4+ messages)
` [PATCH 22/24] drm/amd/display: Adjust cursor position

[PATCH 0/6] Add submission flag to disable implicit sync
 2024-08-09 18:01 UTC  (9+ messages)
` [PATCH 1/6] amdgpu: Add usage argument to amdgpu_sync_resv
` [PATCH 2/6] amdgpu: Ignore BOOKKEEP fences for submissions
` [PATCH 3/6] drm/amdgpu: Check cs flags
` [PATCH 4/6] drm/amdgpu: Add UAPI for disabling implicit sync per submission
` [PATCH 5/6] drm/amdgpu: Implement "
` [PATCH 6/6] drm/amdgpu: Bump the driver version for the new flag

[PATCH] drm/amdkfd: fix partition query when setting up recommended sdma engines
 2024-08-09 16:58 UTC  (2+ messages)

[PATCH] drm/amdkfd: fallback to pipe reset on queue reset fail for gfx9
 2024-08-09 16:17 UTC  (5+ messages)

[PATCH] drm/amd/sriov: extend NV_MAILBOX_POLL_MSG_TIMEDOUT
 2024-08-09 14:41 UTC  (2+ messages)

[PATCH v1 0/4] gfx dump for mi300
 2024-08-09 12:11 UTC  (5+ messages)
` [PATCH v1 1/4] drm/amdgpu: add gfx9_4_3 register support in ipdump
` [PATCH v1 2/4] drm/amdgpu: add print support for gfx9_4_3 ipdump
` [PATCH v1 3/4] drm/amdgpu: add cp queue registers "
` [PATCH v1 4/4] drm/amdgpu: add cp queue registers print for gfx9_4_3

[PATCH] drm/buddy: fix issue that force_merge cannot free all roots
 2024-08-09 10:09 UTC  (2+ messages)

[PATCH 0/8] drm/{amdgpu,nouveau}: Remove old fbdev hooks
 2024-08-09  9:28 UTC  (15+ messages)
` [PATCH 1/8] drm/fbdev-helper: Do delayed switcheroo in lastclose helper
` [PATCH 2/8] drm/amdgpu: Do not set struct drm_driver.lastclose
` [PATCH 3/8] drm/nouveau: "
` [PATCH 4/8] drm/nouveau: Do not set struct drm_mode_config_funcs.output_poll_changed
` [PATCH 5/8] drm/nouveau: Implement switcheroo reprobe with drm_client_dev_hotplug()
` [PATCH 6/8] drm/fbdev-helper: Remove drm_fb_helper_output_poll_changed()
` [PATCH 7/8] drm: Remove struct drm_driver.lastclose
` [PATCH 8/8] drm: Remove struct drm_mode_config_funcs.output_poll_changed

[PATCH] drm/amdkfd: Add node_id to location_id generically
 2024-08-08 14:34 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: ensure the connector is not null before using it
 2024-08-09  7:34 UTC  (2+ messages)
` [PATCH 2/2] drm/amd/pm: ensure the fw_info "

[PATCH] drm/amdgpu: Disable dpm_enabled flag while VF is in reset
 2024-08-09  5:05 UTC  (2+ messages)

[PATCH] drm/amdgpu: Block MMR_READ IOCTL in reset
 2024-08-08 21:46 UTC  (4+ messages)

amd-gfx Digest, Vol 98, Issue 341
 2024-08-08 21:36 UTC 

amd-gfx Digest, Vol 98, Issue 218
 2024-08-08 17:03 UTC  (2+ messages)

amd-gfx Digest, Vol 98, Issue 217
 2024-08-08 17:00 UTC 

amd-gfx Digest, Vol 98, Issue 216
 2024-08-08 17:00 UTC 

amd-gfx Digest, Vol 98, Issue 214
 2024-08-08 17:00 UTC 

[pull] amdgpu, drm buddy drm-fixes-6.11
 2024-08-08 16:11 UTC 

[PATCH v1 0/5] fix warning for condition check
 2024-08-08 16:00 UTC  (7+ messages)
` [PATCH v1 1/5] drm/amdgpu: fix ptr check warning in gfx9 ip_dump
` [PATCH v1 2/5] drm/amdgpu: fix ptr check warning in gfx10 ip_dump
` [PATCH v1 3/5] drm/amdgpu: fix ptr check warning in gfx11 ip_dump
` [PATCH v1 4/5] drm/amdgpu: fix ptr check warning in gfx12 ip_dump
` [PATCH v1 5/5] drm/amdgpu: fix ptr check warning in vcn_v3 ip_dump

[PATCH 1/2] Revert "drm/amdgpu: Extend KIQ reg polling wait for VF"
 2024-08-08 14:58 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] drm/amdkfd: fix partition query when setting up recommended sdma engines
 2024-08-08 14:29 UTC  (3+ messages)

[PATCH 0/9] drm: Use backlight power constants
 2024-08-08 13:19 UTC  (7+ messages)
` [PATCH 1/9] drm/amdgpu: "

[PATCH v1 00/15] VCN IP DUMP support for remaining IP's
 2024-08-08  9:29 UTC  (8+ messages)
` [PATCH v1 05/15] drm/amdgpu: add vcn_v4_0_3 ip dump support

[PATCH v5 0/9] drm/amd/display: switch amdgpu_dm_connector to use struct drm_edid
 2024-08-08  9:01 UTC  (11+ messages)
` [PATCH v5 1/9] "
` [PATCH v5 2/9] drm/amd/display: switch to setting physical address directly
` [PATCH v5 3/9] drm/amd/display: always call connector_update when parsing freesync_caps
` [PATCH v5 4/9] drm/amd/display: remove redundant freesync parser for DP
` [PATCH v5 5/9] drm/amd/display: use drm_edid_product_id for parsing EDID product info
` [PATCH v5 6/9] drm/amd/display: parse display name from drm_eld
` [PATCH v5 7/9] drm/amd/display: get SAD from drm_eld when parsing EDID caps
` [PATCH v5 8/9] drm/amd/display: get SADB "
` [PATCH v5 9/9] drm/amd/display: remove dc_edid handler from dm_helpers_parse_edid_caps

[RFC] amdgpu: Add a context flag to disable implicit sync
 2024-08-08  7:57 UTC  (5+ messages)

[PATCH] drm/amd/amdgpu: add HDP_SD support on gc 12.0.0/1
 2024-08-08  4:31 UTC  (2+ messages)

[PATCH 0/8] enable mes pipe0 and pipe1 for unified mes fw
 2024-08-08  3:00 UTC  (11+ messages)
` [PATCH 1/8] drm/amdgpu/mes12: update mes_v12_api_def.h
` [PATCH 2/8] drm/amdgpu/mes: add multiple mes ring instances support
` [PATCH 3/8] drm/amdgpu/mes12: load unified mes fw on pipe0 and pipe1
` [PATCH 4/8] drm/amdgpu/mes12: add mes pipe switch support
` [PATCH 5/8] drm/amdgpu/mes12: adjust mes12 sw/hw init for multiple pipes
` [PATCH 6/8] drm/amdgpu/mes12: configure tow pipes hardware resources
` [PATCH 7/8] drm/amdgpu/mes12: sw/hw fini for unified mes
` [PATCH 8/8] drm/amdgpu/mes12: fix suspend issue

[PATCH] drm/amdgpu: Apply IH Ptr mask after updating IH Read Ptr
 2024-08-08  1:42 UTC 

[PATCH] Partially revert "drm/amd/amdgpu: add pipe1 hardware support"
 2024-08-07 21:14 UTC 

[PATCH] drm/amdgpu: optimize the padding with hw optimization
 2024-08-07 16:42 UTC  (9+ messages)

[PATCH] drm/amdgpu: Actually check flags for all context ops
 2024-08-07 15:12 UTC  (3+ messages)

[PATCH 1/2] Revert "drm/amd/display: Don't register panel_power_savings on OLED panels"
 2024-08-07 13:52 UTC  (4+ messages)
` [PATCH 2/2] Revert "drm/amd/display: add panel_power_savings sysfs entry to eDP connectors"

[PATCH v2] drm/amdgpu/mes: refine for maximum packet execution v2
 2024-08-07 13:48 UTC  (2+ messages)

[PATCH] drm/amdgpu/mes: refine for maximum packet execution
 2024-08-07 10:15 UTC  (3+ messages)


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