AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-30 06:42:23 to 2024-10-02 17:32:43 UTC [more...]

[PATCH 00/18] Separating vcn power management by instance
 2024-10-02 17:32 UTC  (24+ messages)
` [PATCH 01/18] drm/amd/pm: add new vcn enable function pointer
` [PATCH 02/18] drm/amd/pm: enable vcn by instance for smu v13
` [PATCH 03/18] drm/amd/pm: enable vcn by instance for smu v14
` [PATCH 04/18] drm/amd/pm: enable vcn by instance for smu 11
` [PATCH 05/18] drm/amd/pm: set vcn enable by instance
` [PATCH 06/18] drm/amd/pm: set powergating by smu "
` [PATCH 07/18] drm/amdgpu/vcn: separate gating state "
` [PATCH 08/18] drm/amdgpu/vcn: separate idle work "
` [PATCH 09/18] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 10/18] drm/amdgpu: add ip block with instance
` [PATCH 11/18] drm/amdgpu: add set_powergating_state_instance
` [PATCH 12/18] drm/amdgpu: power vcn 2_5 by instance
` [PATCH 13/18] drm/amdgpu: power vcn 3_0 "
` [PATCH 14/18] drm/amdgpu: power vcn 4_0 "
` [PATCH 15/18] drm/amdgpu: power vcn 4_0_3 "
` [PATCH 16/18] drm/amdgpu: power vcn 4_0_5 "
` [PATCH 17/18] drm/amdgpu: power vcn 5_0_0 "
` [PATCH 18/18] drm/amdgpu: set powergating state by vcn instance

7840U amdgpu MMVM_L2_PROTECTION_FAULT_STATUS
 2024-10-02 17:04 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu/gfx10: Implement cleaner shader support for GFX10 hardware
 2024-10-02 17:02 UTC  (15+ messages)
` [PATCH 2/6] drm/amdgpu/gfx10: Apply Isolation Enforcement to GFX & Compute rings
` [PATCH 3/6] drm/amdgpu/gfx11: Implement cleaner shader support for GFX11 hardware
  ` [PATCH v2 "
` [PATCH 4/6] drm/amdgpu/gfx11: Apply Isolation Enforcement to GFX & Compute rings
` [PATCH 5/6] drm/amdgpu/gfx12: Implement cleaner shader support for GFX12 hardware
  ` [PATCH v2 "
` [PATCH 6/6] drm/amdgpu/gfx12: Apply Isolation Enforcement to GFX & Compute rings
` [PATCH v2 1/6] drm/amdgpu/gfx10: Implement cleaner shader support for GFX10 hardware

[PATCH] drm/amdgpu: change the comment from handle to ip_block
 2024-10-02 14:03 UTC  (2+ messages)

[pull] amdgpu drm-fixes-6.12
 2024-10-02 13:58 UTC 

[PATCH 00/28] drm: Remove DRM aperture helpers
 2024-10-02 13:48 UTC  (35+ messages)
` [PATCH 01/28] drm/amdgpu: Use video "
` [PATCH 02/28] drm/arm/hdlcd: "
` [PATCH 03/28] drm/armada: "
` [PATCH 04/28] drm/ast: "
` [PATCH 05/28] drm/hisilicon/hibmc: "
` [PATCH 06/28] drm/hyperv-drm: "
` [PATCH 07/28] drm/i915: "
` [PATCH 08/28] drm/loongson: "
` [PATCH 09/28] drm/meson: "
` [PATCH 10/28] drm/mgag200: "
` [PATCH 11/28] drm/msm: "
` [PATCH 12/28] drm/nouveau: "
` [PATCH 13/28] drm/ofdrm: "
` [PATCH 14/28] drm/qxl: "
` [PATCH 15/28] drm/radeon: "
` [PATCH 16/28] drm/rockchip: "
` [PATCH 17/28] drm/simpledrm: "
` [PATCH 18/28] drm/stm: "
` [PATCH 19/28] drm/sun4i: "
` [PATCH 20/28] drm/tegra: "
` [PATCH 21/28] drm/bochs: "
` [PATCH 22/28] drm/cirrus: "
` [PATCH 23/28] drm/vboxvideo: "
` [PATCH 24/28] drm/vc4: "
` [PATCH 25/28] drm/virtgpu: "
` [PATCH 26/28] drm/vmwgfx: "
` [PATCH 27/28] drm/xe: "
` [PATCH 28/28] drm: Remove DRM "

[PATCH v2 0/2] drm/ttm: Add an option to report graphics memory OOM
 2024-10-02 13:46 UTC  (7+ messages)
` [PATCH v2 1/2] drm/ttm: Change ttm_device_init to use a struct instead of multiple bools
` [PATCH v2 2/2] drm/ttm: Add a device flag to propagate -ENOSPC on OOM

[REGRESSION][BISECTED] 58a261bfc967: choppy GPU performance
 2024-10-02 12:34 UTC  (13+ messages)

[PATCH][next] drm/amdgpu: Fix spelling mistake "initializtion" -> "initialization"
 2024-10-02  7:51 UTC 

[PATCH] drm/amd/pm: check return value of amdgpu_irq_add_id()
 2024-10-02 13:01 UTC  (3+ messages)
  ` [PATCH v2] "

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

[PATCH] drm/amdgpu: fix html doc generation warning
 2024-10-02  9:32 UTC  (2+ messages)

[PATCH] Revert "drm/radeon: use GEM references instead of TTMs"
 2024-10-02  6:43 UTC  (3+ messages)

[PATCH] drm/amdkfd: Add kfd driver function to support hot plug/unplug amdgpu devices
 2024-10-01 22:38 UTC 

[PATCH v1 5/9] drm/amd/pm: use pm_runtime_get_if_active for debugfs getters
 2024-10-01 21:13 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module
 2024-10-01 14:40 UTC  (3+ messages)

[PATCH v4] docs/gpu: ci: update flake tests requirements
 2024-10-01 13:50 UTC  (2+ messages)

AMD drm patch workflow is broken for stable trees
 2024-10-01 13:19 UTC  (11+ messages)

[PATCH] drm/amdgpu: add dce6 drm_panic support
 2024-10-01 12:43 UTC  (7+ messages)
` [PATCH v2] "

NULL pointer dereference after ib test on ring 7 succeeded
 2024-09-30 17:54 UTC  (3+ messages)
` NULL pointer dereference with kernel 6.12.0-rc1 and ARUBA GPU

[PATCH] drm/amd/powerplay: Delete unused function and maths library
 2024-09-30 15:28 UTC  (3+ messages)

[PATCH v1 0/9] drm/amd/pm runtime pm changes
 2024-09-30 16:54 UTC  (3+ messages)
` [PATCH v1 7/9] drm/amd/pm: add sysfs attribute access wrappers

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-09-30 15:51 UTC  (7+ messages)
` [PATCH 25/35] drm/amd/display: "
` [PATCH 29/35] drivers/gpu/drm: "

[PATCH] drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check()
 2024-09-30 15:49 UTC  (2+ messages)

[PATCH 00/13] DC Patches Sept 23, 2024
 2024-09-30 14:52 UTC  (2+ messages)

[PATCH 00/12] update the handle ptr for reset of the functions
 2024-09-30 14:45 UTC  (15+ messages)
` [PATCH 01/12] drm/amdgpu: remove the dummy fn acp_early_init
` [PATCH 02/12] drm/amdgpu: update the handle ptr in late_fini
` [PATCH 03/12] drm/amdgpu: update the handle ptr in prepare_suspend
` [PATCH 04/12] drm/amdgpu: update the handle ptr in check_soft_reset
` [PATCH 05/12] drm/amdgpu: update the handle ptr in pre_soft_reset
` [PATCH 06/12] drm/amdgpu: update the handle ptr in soft_reset
` [PATCH 07/12] drm/amdgpu: update the handle ptr in post_soft_reset
` [PATCH 08/12] drm/amdgpu: update the handle ptr in wait_for_idle
` [PATCH 09/12] drm/amdgpu: update the handle ptr in suspend
` [PATCH 10/12] drm/amdgpu: update the handle ptr in resume
` [PATCH 11/12] drm/amdgpu: update the handle ptr in hw_init
` [PATCH 12/12] drm/amdgpu: update the handle ptr in hw_fini

[PATCH v3 0/8] DRM scheduler fixes and improvements
 2024-09-30 13:27 UTC  (6+ messages)
` [PATCH 3/8] drm/sched: Always increment correct scheduler score

[PATCH v4 0/6] DRM_SET_CLIENT_NAME ioctl
 2024-09-30  9:24 UTC  (9+ messages)
` [PATCH v4 1/6] drm: add "
` [PATCH v4 6/6] drm/amdgpu: use drm_file::name in task_info::process_desc

linux-6.12-rc1/drivers/gpu/drm/amd/display/dc/dml/dcn20/display_rq_dlg_calc_20.c:653: Possible &/&& mixup ?
 2024-09-30 11:01 UTC 

[PATCH] drm/amdgpu: Fix logic to determine TOS reload
 2024-09-30 13:22 UTC  (2+ messages)

[PATCH v3 01/09] drm/amdgpu: Implement userqueue signal/wait IOCTL
 2024-09-30 12:54 UTC  (13+ messages)
` [PATCH v3 02/09] drm/amdgpu: screen freeze and userq driver crash
` [PATCH v3 03/09] drm/amdgpu: Add wait IOCTL timeline syncobj support
` [PATCH v3 04/09] drm/amdgpu: Enable userq fence interrupt support
` [PATCH v3 05/09] drm/amdgpu: Remove the MES self test
` [PATCH v3 06/09] drm/amdgpu: Few optimization and fixes for userq fence driver
` [PATCH v3 07/09] drm/amdgpu: Add the missing error handling for xa_store() call
` [PATCH v3 08/09] drm/amdgpu: add vm root BO lock before accessing the vm
` [PATCH v3 09/09] drm/amdgpu: Add separate array of read and write for BO handles

[PATCH 0/5] drm: Introduce DRM client library
 2024-09-30 12:27 UTC  (10+ messages)
` [PATCH 3/5] drm: Move client-device functions in to drm_client_dev.c
` [PATCH 4/5] drm: Select fbdev helpers for modules that require them
` [PATCH 5/5] drm: Add client-lib module

[PATCH v2 1/5] drm/amdgpu: update the handle ptr in early_init
 2024-09-30 10:28 UTC  (5+ messages)
` [PATCH v2 2/5] drm/amdgpu: update the handle ptr in late_init

[PATCH v3] docs/gpu: ci: update flake tests requirements
 2024-09-30  7:31 UTC  (3+ messages)

AMD Radeon out of memory causes system instability
 2024-09-27 17:42 UTC  (3+ messages)

[PATCH v2] drm/amdkfd: Fix an eviction fence leak
 2024-09-30  7:03 UTC  (2+ messages)

[PATCH v2] drm/amdkfd: Fix an eviction fence leak
 2024-09-30  6:35 UTC 


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