AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-17 07:23:45 to 2024-07-19 08:45:34 UTC [more...]

[PATCH v3] drm/amdgpu: fix a possible null pointer dereference
 2024-07-18 15:18 UTC  (2+ messages)

[PATCH v2] drm/amd/amdgpu: Fix uninitialized variable warnings
 2024-07-18 15:22 UTC  (2+ messages)

[PATCH v2] drm/radeon: fix null pointer dereference in radeon_add_common_modes
 2024-07-18 13:54 UTC  (2+ messages)

[PATCH v2 0/9] KFD user queue validation
 2024-07-19  8:45 UTC  (12+ messages)
` [PATCH v2 1/9] drm/amdkfd: kfd_bo_mapped_dev support partition
` [PATCH v2 2/9] drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
` [PATCH v2 3/9] drm/amdkfd: Refactor queue wptr_bo GART mapping
` [PATCH v2 4/9] drm/amdkfd: Validate user queue buffers
` [PATCH v2 5/9] drm/amdkfd: Ensure user queue buffers residency
` [PATCH v2 6/9] drm/amdkfd: Validate user queue svm memory residency
` [PATCH v2 7/9] drm/amdkfd: Validate user queue update
` [PATCH v2 8/9] drm/amdkfd: Store queue cwsr area size to node properties
` [PATCH v2 9/9] drm/amdkfd: Validate queue cwsr area and eop buffer size

[PATCH] drm/amdgpu: Mark amdgpu_bo as invalid after moved
 2024-07-19  7:27 UTC  (10+ messages)

[PATCH] drm/amdkfd: allow users to target recommended SDMA engines
 2024-07-18 23:05 UTC 

[pull] amdgpu drm-fixes-6.11
 2024-07-18 21:52 UTC 

[PATCH v2] drm/amdkfd: Correct svm prange overlapping handling at svm_range_set_attr ioctl
 2024-07-18 20:54 UTC  (4+ messages)

[PATCH 0/9] KFD user queue validation
 2024-07-18 20:48 UTC  (13+ messages)
` [PATCH 2/9] drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
` [PATCH 3/9] drm/amdkfd: Refactor queue wptr_bo GART mapping
` [PATCH 5/9] drm/amdkfd: Ensure user queue buffers residency
` [PATCH 6/9] drm/amdkfd: Validate user queue svm memory residency

[PATCH 1/3] drm/amdgpu/gfx9: add ring reset callback for gfx
 2024-07-18 20:39 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu/gfx8: "
` [PATCH 3/3] drm/amdgpu/gfx7: "

[PATCH 1/2] drm/amdkfd: support per-queue reset on gfx9
 2024-07-18 17:56 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: support the debugger during per-queue reset

[PATCH 00/34] GC per queue reset
 2024-07-18 16:54 UTC  (37+ messages)
` [PATCH 01/34] drm/amdgpu/mes: add API for legacy "
` [PATCH 02/34] drm/amdgpu/mes11: "
` [PATCH 03/34] drm/amdgpu/mes12: "
` [PATCH 04/34] drm/amdgpu/mes: add API for user "
` [PATCH 05/34] drm/amdgpu/mes11: "
` [PATCH 06/34] drm/amdgpu/mes12: "
` [PATCH 07/34] drm/amdgpu: add new ring reset callback
` [PATCH 08/34] drm/amdgpu: add per ring reset support (v2)
` [PATCH 09/34] drm/amdgpu: increase the reset counter for the queue reset
` [PATCH 10/34] drm/amdgpu/gfx11: add ring reset callbacks
` [PATCH 11/34] drm/amdgpu/gfx11: fallback to driver reset compute queue directly (v2)
` [PATCH 12/34] drm/amdgpu/gfx11: rename gfx_v11_0_gfx_init_queue()
` [PATCH 13/34] drm/amdgpu/gfx11: wait for reset done before remap
` [PATCH 14/34] drm/amdgpu/gfx10: add ring reset callbacks
` [PATCH 15/34] drm/amdgpu/gfx10: remap queue after reset successfully
` [PATCH 16/34] drm/amdgpu/gfx10: wait for reset done before remap
` [PATCH 17/34] drm/amdgpu/gfx10: rework reset sequence
` [PATCH 18/34] drm/amdgpu/gfx9: add ring reset callback
` [PATCH 19/34] drm/amdgpu/gfx9: remap queue after reset successfully
` [PATCH 20/34] drm/amdgpu/gfx9: wait for reset done before remap
` [PATCH 21/34] drm/amdgpu/gfx9.4.3: add ring reset callback
` [PATCH 22/34] drm/amdgpu/gfx9.4.3: remap queue after reset successfully
` [PATCH 23/34] drm/amdgpu/gfx_9.4.3: wait for reset done before remap
` [PATCH 24/34] drm/amdgpu/gfx12: add ring reset callbacks
` [PATCH 25/34] drm/amdgpu/gfx12: fallback to driver reset compute queue directly
` [PATCH 26/34] drm/amdgpu/gfx: add a new kiq_pm4_funcs callback for reset_hw_queue
` [PATCH 27/34] drm/amdgpu/gfx9: implement reset_hw_queue for gfx9
` [PATCH 28/34] drm/amdgpu/gfx9.4.3: implement reset_hw_queue for gfx9.4.3
` [PATCH 29/34] drm/amdgpu/mes: modify mes api for mmio queue reset
` [PATCH 30/34] drm/amdgpu/mes: implement amdgpu_mes_reset_hw_queue_mmio
` [PATCH 31/34] drm/amdgpu/gfx11: enter safe mode before touching CP_INT_CNTL
` [PATCH 32/34] drm/amdgpu/gfx11: add a mutex for the gfx semaphore
` [PATCH 33/34] drm/amdgpu/gfx11: export gfx_v11_0_request_gfx_index_mutex()
` [PATCH 34/34] drm/amdgpu/mes11: implement mmio queue reset for gfx11

[PATCH 1/4] drm/amdgpu/gfx9: per queue reset only on bare metal
 2024-07-18 14:23 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu/gfx10: "
` [PATCH 3/4] drm/amdgpu/gfx11: "
` [PATCH 4/4] drm/amdgpu/gfx12: "

[PATCH] drm/amdgpu/mes11: handle second gfx pipe
 2024-07-18 14:00 UTC 

[PATCH] drm/amdgpu/gfx10: handle SDMA in KIQ map/unmap
 2024-07-18 13:59 UTC 

[BUG] HID: amd_sfh (drivers/hid/amd-sfh-hid/): memory/page corruption
 2024-07-17 11:21 UTC 

[PATCH v2 0/3] drm: backlight quirk infrastructure and lower minimum for Framework AMD 13
 2024-07-18  8:25 UTC  (4+ messages)

[PATCH v9 00/53] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2024-07-17 10:38 UTC  (8+ messages)

[PATCH] drm: Fix documentation warning for read_mpcc_state in mpc.h
 2024-07-17 16:30 UTC  (3+ messages)

[PATCH v1 0/6] ip dump for sdma v4 v4_4_2 and v7
 2024-07-18 12:32 UTC  (8+ messages)
` [PATCH v1 1/6] drm/amdgpu: Add sdma_v7_0 ip dump for devcoredump
` [PATCH v1 2/6] drm/amdgpu: add print support for sdma_v_7_0 ip_dump
` [PATCH v1 3/6] drm/amdgpu: Add sdma_v4_0 ip dump for devcoredump
` [PATCH v1 4/6] drm/amdgpu: add print support for sdma_v_4_0 ip_dump
` [PATCH v1 5/6] drm/amdgpu: Add sdma_v4_4_2 ip dump for devcoredump
` [PATCH v1 6/6] drm/amdgpu: add print support for sdma_v_4_4_2 ip_dump

[PATCH v6 1/2] drm/buddy: Add start address support to trim function
 2024-07-18 10:47 UTC  (3+ messages)
` [PATCH v6 2/2] drm/amdgpu: Add address alignment support to DCC buffers

[PATCH v4 0/6] Make I2C terminology more inclusive for I2C Algobit and consumers
 2024-07-18  9:54 UTC  (3+ messages)
` [PATCH v4 3/6] drm/i915: Make I2C terminology more inclusive

[PATCH] drm/amd/display: Add 'pstate_keepout' kdoc entry in 'optc1_program_timing'
 2024-07-18  8:46 UTC  (2+ messages)

[PATCH Review V2 1/1] drm/amdgpu: Fix eeprom max record count
 2024-07-18  7:30 UTC  (4+ messages)

[PATCH 00/43] DC Patches Apr 1, 2024
 2024-07-18  7:09 UTC  (3+ messages)
` [PATCH 08/43] drm/amd/display: FEC overhead should be checked once for mst slot nums

[PATCH 1/3] drm/amdgpu: optimize umc v12 address conversion function
 2024-07-18  6:36 UTC  (12+ messages)
` [PATCH 2/3] drm/amdgpu: optimize logging deferred error info
` [PATCH 3/3] drm/amdgpu: Remove unused code

[PATCH 1/3] drm/amdgpu: Add empty HDP flush function to JPEG v4.0.3
 2024-07-18  6:12 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu/gfx: add bad opcode interrupt
 2024-07-17 22:04 UTC  (7+ messages)
` [PATCH 2/6] drm/amdgpu/gfx11: Enable "
` [PATCH 3/6] drm/amdgpu/gfx10: "
` [PATCH 4/6] drm/amdgpu/gfx12: "
` [PATCH 5/6] drm/amdgpu/gfx9: "
` [PATCH 6/6] drm/amdgpu/gfx9.4.3: "

[PATCH v0 0/1] Add MFD support for ISP I2C bus
 2024-07-17 21:19 UTC  (3+ messages)
` [PATCH v0 1/1] "

[PATCH 1/4] drm/amdgpu/gfx10: properly handle error ints on all pipes
 2024-07-17 20:38 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu/gfx11: "
` [PATCH 3/4] drm/amdgpu/gfx12: "
` [PATCH 4/4] drm/amdgpu/gfx9: "

[PATCH 1/7] drm/amdgpu/gfx7: enable wave kill for compute queues
 2024-07-17 20:37 UTC  (7+ messages)
` [PATCH 2/7] drm/amdgpu/gfx8: "
` [PATCH 3/7] drm/amdgpu/gfx9: "
` [PATCH 4/7] drm/amdgpu/gfx9.4.3: implement "
` [PATCH 5/7] drm/amdgpu/gfx10: enable "
` [PATCH 6/7] drm/amdgpu/gfx11: "
` [PATCH 7/7] drm/amdgpu/gfx12: "

[PATCH 00/22] DC Patches for 15 July, 2024
 2024-07-17 19:39 UTC  (23+ messages)
` [PATCH 01/22] drm/amd/display: Remove hardmax usage for dcn401
` [PATCH 02/22] drm/amd/display: Check for NULL pointer
` [PATCH 03/22] drm/amd/display: Add private data type for RCG
` [PATCH 04/22] drm/amd/display: Refactoring HPO
` [PATCH 05/22] drm/amd/display: Remove ASSERT if significance is zero in math_ceil2
` [PATCH 06/22] drm/amd/display: Add RCG helper functions
` [PATCH 07/22] drm/amd/display: Fix visual confirm bug for SubVP
` [PATCH 08/22] drm/amd/display: ensure EASF and ISHARP coefficients are programmed together
` [PATCH 09/22] drm/amd/display: Check if Mode is Supported Before Returning Result
` [PATCH 10/22] drm/amd/display: Add source select helper functions
` [PATCH 11/22] drm/amd/display: rename dcn3/dcn4 to more sound terms
` [PATCH 12/22] drm/amd/display: rename dcn401_soc to dcn4_variant_a_soc
` [PATCH 13/22] drm/amd/display: Add helper function to check for non-address fast updates
` [PATCH 14/22] drm/amd/display: Fix Potential Null Dereference
` [PATCH 15/22] drm/amd/display: Check top sink only when multiple streams for DP2
` [PATCH 16/22] drm/amd/display: Add MST debug message when link detection fails
` [PATCH 17/22] drm/amd/display: Check link_res->hpo_dp_link_enc before using it
` [PATCH 18/22] drm/amd/display: Remove old comments
` [PATCH 19/22] drm/amd/display: Various DML2 fixes for FAMS2
` [PATCH 20/22] drm/amd/display: Remove duplicate HWSS interfaces
` [PATCH 21/22] drm/amd/display: remove unused folder
` [PATCH 22/22] drm/amd/display: 3.2.293

[PATCH] drm/edid: add a quirk for two 240Hz Samsung monitors
 2024-07-17 16:30 UTC  (5+ messages)

[PATCH] drm/buddy: Add start address support to trim function
 2024-07-17 15:02 UTC  (7+ messages)

[PATCH v5 1/2] drm/buddy: Add start address support to trim function
 2024-07-17 14:50 UTC  (6+ messages)
` [PATCH v5 2/2] drm/amdgpu: Add address alignment support to DCC buffers

[PATCH] drm/amd/display: Add null check for dm_state in create_validate_stream_for_sink
 2024-07-17 13:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH Review 1/1] drm/amdgpu: Fix eeprom max record count
 2024-07-17 12:41 UTC  (2+ messages)

[PATCH 3/3] drm/amdgpu/vcn: Use offsets local to VCN/JPEG in VF
 2024-07-17 11:08 UTC  (2+ messages)

[PATCH v9-resend 00/54] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2024-07-16 18:58 UTC  (35+ messages)
` [PATCH v9-resend 03/54] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v9-resend 05/54] dyndbg: replace classmap list with a vector
` [PATCH v9-resend 06/54] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v9-resend 07/54] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
` [PATCH v9-resend 08/54] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v9-resend 09/54] dyndbg: reduce verbose/debug clutter
` [PATCH v9-resend 10/54] dyndbg: silence debugs with no-change updates
` [PATCH v9-resend 14/54] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9-resend 15/54] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP
` [PATCH v9-resend 16/54] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v9-resend 18/54] dyndbg-doc: add classmap info to howto
` [PATCH v9-resend 19/54] dyndbg: treat comma as a token separator
` [PATCH v9-resend 21/54] dyndbg: split multi-query strings with %
` [PATCH v9-resend 22/54] selftests-dyndbg: test_percent_splitting
` [PATCH v9-resend 23/54] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v9-resend 24/54] selftests-dyndbg: add test_mod_submod
` [PATCH v9-resend 25/54] dyndbg-doc: explain flags parse 1st
` [PATCH v9-resend 26/54] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v9-resend 27/54] selftests-dyndbg: check KCONFIG_CONFIG to avoid silly fails
` [PATCH v9-resend 28/54] dyndbg-selftest: reduce default verbosity
` [PATCH v9-resend 29/54] drm: use correct ccflags-y spelling
` [PATCH v9-resend 31/54] drm-dyndbg: adapt DRM to invoke DYNDBG_CLASSMAP_PARAM
` [PATCH v9-resend 33/54] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v9-resend 34/54] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v9-resend 37/54] drm-print: workaround unused variable compiler meh
` [PATCH v9-resend 38/54] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v9-resend 39/54] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v9-resend 40/54] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v9-resend 44/54] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v9-resend 45/54] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v9-resend 46/54] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v9-resend 51/54] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v9-resend 52/54] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v9-resend 54/54] docs-dyndbg: improve howto classmaps api section

[PATCH] drm/amdgpu: fix unbalanced parentheses in a #if0 region
 2024-07-16 18:49 UTC 


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