AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-07 13:06:33 to 2024-10-09 13:32:25 UTC [more...]

[PATCH] drm/amd/display: Remove unused cm3_helper_translate_curve_to_degamma_hw_format
 2024-10-09  0:33 UTC 

[PATCH v3 00/12] drm: Introduce DRM client library
 2024-10-08 21:42 UTC  (25+ messages)
` [PATCH v3 01/12] drm/i915: Select DRM_CLIENT_SELECTION
` [PATCH v3 02/12] drm/xe: "
` [PATCH v3 03/12] drm/fbdev-dma: Select FB_DEFERRED_IO
` [PATCH v3 04/12] drm/fbdev: Select fbdev I/O helpers from modules that require them
` [PATCH v3 05/12] drm/fbdev: Store fbdev module parameters in separate file
` [PATCH v3 06/12] drm/client: Move client event handlers to drm_client_event.c
` [PATCH v3 07/12] drm/client: Move suspend/resume into DRM client callbacks
` [PATCH v3 08/12] drm/amdgpu: Suspend and resume internal clients with client helpers
` [PATCH v3 09/12] drm/nouveau: Suspend and resume "
` [PATCH v3 10/12] drm/radeon: "
` [PATCH v3 11/12] drm/client: Make client support optional
` [PATCH v3 12/12] drm/client: Add client-lib module

[PATCH 0/4] Ring padding CPU optimisation and some RFC bits
 2024-10-09  7:38 UTC  (10+ messages)
` [PATCH 1/4] drm/amdgpu: More efficient ring padding
` [PATCH 2/4] drm/amdgpu: More more "
` [RFC 3/4] drm/amdgpu: Add and use amdgpu_ring_write_addr() helper
` [RFC 4/4] drm/amdgpu: Document the magic big endian bit

[PATCH] drm/amdgpu: prevent BO_HANDLES error from being overwritten
 2024-10-09 12:30 UTC  (4+ messages)

[PATCH-next v3] drm/amdgpu: Cleanup shift coding style
 2024-10-08 19:16 UTC 

[PATCH v2] drm/amdgpu: prevent BO_HANDLES error from being overwritten
 2024-10-09 12:31 UTC  (2+ messages)

[PATCH v8 0/5] drm/amd/display: Use drm_edid for more code
 2024-10-08 17:01 UTC  (4+ messages)
` [PATCH v8 5/5] drm/amd/display: Fetch the EDID from _DDC if available for eDP

[PATCH v2 0/2] drm/ttm: Add an option to report graphics memory OOM
 2024-10-09  5:56 UTC  (7+ messages)
` [PATCH v2 1/2] drm/ttm: Change ttm_device_init to use a struct instead of multiple bools

[PATCH v6 00/44] Color Pipeline API w/ VKMS
 2024-10-08 15:16 UTC  (3+ messages)
` [PATCH v6 03/44] drm/vkms: Add kunit tests for VKMS LUT handling

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-09 12:48 UTC  (11+ messages)

[PATCH v2 1/2] drm/amd/pm: Update SMUv13.0.6 PMFW headers
 2024-10-09 12:14 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amd/pm: Fill pcie recov cntr to metrics 1.6

[PATCH 1/2] drm/amdgpu: drop volatile from ring buffer
 2024-10-09 12:07 UTC  (8+ messages)
` [PATCH 2/2] drm/amdgpu: stop masking the wptr all the time

[PATCH 1/2] drm/amdgpu: validate if sw_init is defined or NULL
 2024-10-09 12:00 UTC  (6+ messages)
` [PATCH 2/2] drm/admgpu: clean the dummy sw_init functions

[PATCH 00/32] Separating vcn power management by instance
 2024-10-09 11:37 UTC  (34+ messages)
` [PATCH 01/32] drm/amd/pm: add inst to dpm_set_vcn_enable
` [PATCH 02/32] drm/amd/pm: power up or down vcn by instance
` [PATCH 03/32] drm/amd/pm: add inst to smu_dpm_set_vcn_enable
` [PATCH 04/32] drm/amd/pm: add inst to set_powergating_by_smu
` [PATCH 05/32] drm/amd/pm: add inst to dpm_set_powergating_by_smu
` [PATCH 06/32] add inst to amdgpu_dpm_enable_vcn
` [PATCH 07/32] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 08/32] drm/amdgpu: pass ip_block in set_clockgating_state
` [PATCH 09/32] drm/amdgpu: track instances of the same IP block
` [PATCH 10/32] drm/amdgpu: move per inst variables to amdgpu_vcn_inst
` [PATCH 11/32] drm/amdgpu/vcn: separate gating state by instance
` [PATCH 12/32] drm/amdgpu: power vcn 2_5 "
` [PATCH 13/32] drm/amdgpu: power vcn 3_0 "
` [PATCH 14/32] drm/amdgpu: power vcn 4_0 "
` [PATCH 15/32] drm/amdgpu: power vcn 4_0_3 "
` [PATCH 16/32] drm/amdgpu: power vcn 4_0_5 "
` [PATCH 17/32] drm/amdgpu: power vcn 5_0_0 "
` [PATCH 18/32] drm/amdgpu/vcn: separate idle work "
` [PATCH 19/32] drm/amdgpu: set powergating state by vcn instance
` [PATCH 20/32] drm/amdgpu: early_init for each "
` [PATCH 21/32] drm/amdgpu: sw_init "
` [PATCH 22/32] drm/amdgpu: sw_fini "
` [PATCH 23/32] drm/amdgpu: hw_init "
` [PATCH 24/32] drm/amdgpu: suspend "
` [PATCH 25/32] drm/amdgpu: resume "
` [PATCH 26/32] drm/amdgpu: setup_ucode "
` [PATCH 27/32] drm/amdgpu: set funcs "
` [PATCH 28/32] drm/amdgpu: print_ip_state "
` [PATCH 29/32] drm/amdgpu: dump_ip_state "
` [PATCH 30/32] drm/amdgpu: wait_for_idle "
` [PATCH 31/32] drm/amdgpu: is_idle "
` [PATCH 32/32] drm/amdgpu: set_powergating "

[PATCH] drm/amdgpu: enable enforce_isolation sysfs node on VFs
 2024-10-09 11:08 UTC  (2+ messages)

[PATCH v3 1/3] drm/amd/pm: update smu_v13_0_6 smu header
 2024-10-09  9:22 UTC  (5+ messages)
` [PATCH v3 2/3] drm/amd/pm: implement dpm sdma reset function
` [PATCH v3 3/3] drm/amdgpu/sdma4.4.2: implement ring reset callback for sdma4.4.2

[V2 1/2] drm/amdgpu: validate if sw_init is defined or NULL
 2024-10-09  9:20 UTC  (2+ messages)
` [V2 2/2] drm/admgpu: clean the dummy sw_init functions

[PATCH] drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes
 2024-10-09  8:25 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: Add NPS switch support for GC 9.4.3
 2024-10-09  8:08 UTC  (2+ messages)

[PATCH v5 0/6] DRM_SET_CLIENT_NAME ioctl
 2024-10-09  7:52 UTC  (11+ messages)
` [PATCH v5 4/6] drm/amdgpu: alloc and init vm::task_info from first submit
` [PATCH v5 5/6] drm/amdgpu: make process_name a flexible array
` [PATCH v5 6/6] drm/amdgpu: use drm_file::name in task_info::process_desc

[PATCH] drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
 2024-10-09  6:10 UTC  (2+ messages)

[PATCH v2 1/3] drm/amd/pm: update smu_v13_0_6 smu header
 2024-10-09  6:02 UTC  (5+ messages)
` [PATCH v2 2/3] drm/amd/pm: implement dpm sdma reset function
` [PATCH v2 3/3] drm/amdgpu/sdma4.4.2: implement ring reset callback for sdma4.4.2

[PATCH 1/2] drm/amd/pm: Update SMUv13.0.6 PMFW headers
 2024-10-09  4:39 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/pm: Fill pcie recov cntr to metrics 1.6

[PATCH 1/4] drm/amdgpu/smu13: always apply the powersave optimization
 2024-10-09  4:07 UTC  (3+ messages)
` [PATCH 4/4] drm/amdgpu/swsmu: add automatic parameter to set_soft_freq_range

[PATCH] drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()'
 2024-10-09  3:42 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 00/18] Separating vcn power management by instance
 2024-10-09  3:43 UTC  (20+ messages)
` [PATCH 04/18] drm/amd/pm: add inst to set_powergating_by_smu
` [PATCH 09/18] drm/amdgpu: add set_powergating_state_instance
` [PATCH 11/18] drm/amdgpu: power vcn 2_5 by instance

[PATCH] drm/amdgpu: add new AMDGPU_INFO subquery for fw objects
 2024-10-08 17:05 UTC  (2+ messages)

[PATCH v2 0/6] optimize insert nop operation on cpu side
 2024-10-08 15:13 UTC  (8+ messages)
` [PATCH v2 1/6] drm/amdgpu: optimize insert_nop using multi dwords
` [PATCH v2 2/6] drm/amdgpu: optimize fn gfx_v9_4_3_ring_insert_nop
` [PATCH v2 3/6] drm/amdgpu: optimize fn gfx_v9_ring_insert_nop
` [PATCH v2 4/6] drm/amdgpu: optimize fn gfx_v10_ring_insert_nop
` [PATCH v2 5/6] drm/amdgpu: optimize fn gfx_v11_ring_insert_nop
` [PATCH v2 6/6] drm/amdgpu: optimize fn gfx_v12_ring_insert_nop

[pull] amdgpu, amdkfd, radeon drm-fixes-6.12
 2024-10-08 14:28 UTC 

[PATCH 1/3] drm/amdgpu: Drop unused fence argument from amdgpu_vmid_grab_used
 2024-10-08 13:36 UTC  (9+ messages)
` [PATCH 3/3] drm/amdgpu: Remove the while loop from amdgpu_job_prepare_job

[PATCH v1 1/6] drm/amdgpu: optimize insert_nop using multi dwords
 2024-10-08 13:28 UTC  (6+ messages)
` [PATCH v1 2/6] drm/amdgpu: optimize fn gfx_v9_4_3_ring_insert_nop
` [PATCH v1 3/6] drm/amdgpu: optimize fn gfx_v9_ring_insert_nop
` [PATCH v1 4/6] drm/amdgpu: optimize fn gfx_v10_ring_insert_nop
` [PATCH v1 5/6] drm/amdgpu: optimize fn gfx_v11_ring_insert_nop
` [PATCH v1 6/6] drm/amdgpu: optimize fn gfx_v12_ring_insert_nop

[PATCH] drm/radeon: always set GEM function pointer
 2024-10-08 11:21 UTC  (5+ messages)

[PATCH-next] Fix unintentional integer overflow
 2024-10-08  6:56 UTC  (9+ messages)

[PATCH] drm/amdgpu: fix dm_suspend/resume arguments to ip_block
 2024-10-08 13:22 UTC  (3+ messages)

[PATCH AUTOSEL 6.11 72/76] drm/amdgpu: nuke the VM PD/PT shadow handling
 2024-10-08 13:04 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: Add dcn30 drm_panic support
 2024-10-08 12:28 UTC 

[PATCH v1 1/2] drm/dp: fix warning for target_rr_divide missing comment
 2024-10-08  8:37 UTC  (2+ messages)
` [PATCH v1 2/2] drm: fix doc warning for height and width of plane

[PATCH v1] drm/amdgpu: Clean up duplicate ip_block object
 2024-10-08  6:28 UTC  (3+ messages)

[PATCH] drm/amdgpu: Remove extra check for CPX
 2024-10-07 20:47 UTC 

[PATCH] drm/amdgpu: fix typos
 2024-10-07 20:15 UTC  (2+ messages)

[PATCH] drm/amdgpu: partially revert powerplay `__counted_by` changes
 2024-10-07 18:37 UTC  (3+ messages)

[PATCH v2 1/2] drm/amdgpu: move error log from ring write to commit
 2024-10-07 16:29 UTC  (3+ messages)

[PATCH 1/2] Documentation/gpu: Document the situation with unqualified drm-memory-
 2024-10-07 14:39 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: Use drm_print_memory_stats helper from fdinfo

[PATCH] drm/radeon: add late_register for connector
 2024-10-07 14:08 UTC  (6+ messages)

[PATCH 1/2] drm/amdgpu: move error log from ring write to commit
 2024-10-07 13:46 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: no need to log error in multi ring write


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 read-only IMAP folder(s) and NNTP newsgroup(s).