AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-30 17:30:08 to 2022-09-04 21:48:46 UTC [more...]

[PATCH v4 00/21] Move all drivers to a common dma-buf locking convention
 2022-09-02 16:26 UTC  (47+ messages)
` [PATCH v4 01/21] dma-buf: Add unlocked variant of vmapping functions
` [PATCH v4 02/21] dma-buf: Add unlocked variant of attachment-mapping functions
` [PATCH v4 03/21] drm/gem: Take reservation lock for vmap/vunmap operations
` [PATCH v4 04/21] drm/prime: Prepare to dynamic dma-buf locking specification
` [PATCH v4 05/21] drm/armada: "
` [PATCH v4 06/21] drm/i915: "
` [PATCH v4 07/21] drm/omapdrm: "
  ` [Linaro-mm-sig] "
` [PATCH v4 08/21] drm/tegra: "
` [PATCH v4 09/21] drm/etnaviv: "
` [PATCH v4 10/21] RDMA/umem: "
` [PATCH v4 11/21] misc: fastrpc: "
` [PATCH v4 12/21] xen/gntdev: "
` [PATCH v4 13/21] media: videobuf2: "
` [PATCH v4 14/21] media: tegra-vde: "
` [PATCH v4 15/21] dma-buf: Move dma_buf_vmap() to dynamic "
` [PATCH v4 16/21] dma-buf: Move dma_buf_attach() "
` [PATCH v4 17/21] dma-buf: Move dma_buf_map_attachment() "
` [PATCH v4 18/21] dma-buf: Move dma_buf_mmap() "
` [PATCH v4 19/21] dma-buf: Document dynamic locking convention
` [PATCH v4 20/21] media: videobuf2: Stop using internal dma-buf lock
` [PATCH v4 21/21] dma-buf: Remove obsoleted internal lock

[PATCH] amd: amdgpu: fix coding style issue
 2022-09-04 14:13 UTC  (2+ messages)

[PATCH] drm: amd: This is a patch to the amdgpu_drv.c file that fixes some warnings and errors found by the checkpatch.pl tool
 2022-09-04 14:12 UTC  (4+ messages)

[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-09-04 21:41 UTC  (47+ messages)
` [PATCH v6 01/57] dyndbg: fix static_branch manipulation
` [PATCH v6 02/57] dyndbg: fix module.dyndbg handling
` [PATCH v6 03/57] dyndbg: show both old and new in change-info
` [PATCH v6 04/57] dyndbg: reverse module walk in cat control
` [PATCH v6 05/57] dyndbg: reverse module.callsite "
` [PATCH v6 06/57] dyndbg: use ESCAPE_SPACE for "
` [PATCH v6 07/57] dyndbg: let query-modname override actual module name
` [PATCH v6 08/57] dyndbg: add test_dynamic_debug module
` [PATCH v6 09/57] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [PATCH v6 10/57] dyndbg: cleanup auto vars in dynamic_debug_init
` [PATCH v6 11/57] dyndbg: gather __dyndbg[] state into struct _ddebug_info
` [PATCH v6 12/57] dyndbg: add class_id to pr_debug callsites
` [PATCH v6 13/57] dyndbg: add __pr_debug_cls for testing
` [PATCH v6 14/57] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
` [PATCH v6 15/57] kernel/module: add __dyndbg_classes section
` [PATCH v6 16/57] dyndbg: add ddebug_attach_module_classes
` [PATCH v6 17/57] dyndbg: validate class FOO by checking with module
` [PATCH v6 18/57] doc-dyndbg: describe "class CLASS_NAME" query support
` [PATCH v6 19/57] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [PATCH v6 20/57] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
` [PATCH v6 21/57] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [PATCH v6 22/57] drm_print: condense enum drm_debug_category
` [PATCH v6 23/57] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [PATCH v6 24/57] drm_print: interpose drm_*dbg with forwarding macros
` [PATCH v6 25/57] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [PATCH v6 26/57] drm-print.h: include dyndbg header
` [PATCH v6 27/57] drm-print: add drm_dbg_driver to improve namespace symmetry
` [PATCH v6 28/57] drm_print: refine drm_debug_enabled for jump-label
` [PATCH v6 29/57] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [PATCH v6 30/57] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [PATCH v6 31/57] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [PATCH v6 32/57] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [PATCH v6 33/57] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV
` [PATCH v6 35/57] dyndbg: add _DPRINTK_FLAGS_TRACE
` [PATCH v6 36/57] dyndbg: add write-events-to-tracefs code
` [PATCH v6 37/57] dyndbg: add 2 trace-events: drm_debug, drm_devdbg
` [PATCH v6 40/57] dyndbg: abstraction macros for modname, function, filename fields
` [PATCH v6 41/57] dyndbg: split repeating columns to new struct _ddebug_site
` [PATCH v6 42/57] dyndbg: shrink lineno field by 2 bits
` [PATCH v6 43/57] dyndbg: add _index,_map to struct _ddebug
` [PATCH v6 48/57] dyndbg: add .gnu.linkonce slot in vmlinux.lds.h KEEPs
` [PATCH v6 51/57] dyndbg: prevent build bugs via -DNO_DYNAMIC_DEBUG_TABLE
` [PATCH v6 52/57] dyndbg: add DEFINE_DYNAMIC_DEBUG_TABLE, use it tacitly RFC
` [PATCH v6 54/57] dyndbg: add .gnu.linkonce. & __dyndbg* sections in module.lds.h
` [PATCH v6 55/57] dyndbg: dynamic_debug_sites_reclaim() using free_reserved_page() WAG
` [PATCH v6 57/57] dyndbg: fiddle with readback value on LEVEL_NAMES types

[PATCH v2 0/8] drm/amd/display: Introduce KUnit to Display Mode Library
 2022-09-03 19:50 UTC  (11+ messages)
` [PATCH v2 1/8] drm/amd/display: Introduce KUnit tests for fixed31_32 library
` [PATCH v2 2/8] drm/amd/display: Introduce KUnit tests to the bw_fixed library
` [PATCH v2 3/8] drm/amd/display: Introduce KUnit tests to display_rq_dlg_calc_20
` [PATCH v2 4/8] drm/amd/display: Introduce KUnit tests to the display_mode_vba library
` [PATCH v2 5/8] drm/amd/display: Introduce KUnit to dcn20/display_mode_vba_20 library
` [PATCH v2 6/8] drm/amd/display: Introduce KUnit tests for dcn20_fpu
` [PATCH v2 7/8] drm/amd/display: Introduce KUnit tests to dc_dmub_srv library
` [PATCH v2 8/8] Documentation/gpu: Add Display Core Unit Test documentation

[PATCH v2] drm/sced: Add FIFO sched policy to rq
 2022-09-03  2:48 UTC 

[PATCH] drm/dp: Avoid Reading DPCD_REV Before Native Aux Read
 2022-09-02 21:35 UTC  (2+ messages)

[PATCH] drm/amdgpu: getting fan speed pwm for vega10 properly
 2022-09-02 17:24 UTC 

[PATCH v5 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-09-02 13:20 UTC  (3+ messages)
` [PATCH v5 11/31] drm/i915: Call acpi_video_register_backlight() (v3)

[PATCH linux-next] drm/radeon: Remove the unneeded result variable
 2022-09-02  7:33 UTC 

[PATCH linux-next] drm/radeon/ci_dpm: Remove the unneeded result variable
 2022-09-02  7:31 UTC 

[PATCH] drm/amdgpu: prevent toc firmware memory leak
 2022-09-02  6:11 UTC 

[PATCH] drm/amdkfd: Match GC 11.0.1 cache info to yellow carp
 2022-09-02  2:27 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION e47eb90a0a9ae20b82635b9b99a8d0979b757ad8
 2022-09-01 20:59 UTC 

[PATCH v2 1/2] drm/amdgpu: Move HDP remapping earlier during init
 2022-09-01 19:39 UTC  (9+ messages)

[PATCH] drm/amd/display: Fix register definitions for DCN32/321
 2022-09-01 19:27 UTC 

[PATCH] drm/amdkfd: Allocate doorbells only when needed
 2022-09-01 17:58 UTC  (4+ messages)

[PATCH v2] drm/amd/display: fix indentation in commit_planes_for_stream()
 2022-09-01 15:47 UTC  (3+ messages)

[PATCH] drm/amd/pm: add missing SetMGpuFanBoostLimitRpm mapping for SMU 13.0.7
 2022-09-01 14:45 UTC 

[PATCH] drm/amdgpu: disable the debugger on gfx1036
 2022-09-01 13:45 UTC  (3+ messages)

[PATCH 0/9] drm: convert to using is_hdmi and has_audio from display info
 2022-09-01 12:47 UTC  (2+ messages)
` [PATCH 3/9] drm/radeon: "

[PATCH -next] drm/amd/display: remove possible condition with no effect (if == else)
 2022-09-01  8:34 UTC 

[PATCH -next] drm/amd/display: clean up some inconsistent indentings
 2022-09-01  7:56 UTC 

[PATCH -next] drm/amd/display: Simplify bool conversion
 2022-09-01  8:11 UTC 

[PATCH] drm/display: guard if clause
 2022-09-01 12:48 UTC  (3+ messages)

[PATCH] drm/ttm: update bulk move object of ghost BO
 2022-09-01 11:13 UTC  (4+ messages)

[PATCH V2] drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled
 2022-09-01  8:39 UTC 

[PATCH 1/2] drm/amdgpu: support RAS error inject for SRIOV
 2022-09-01  2:41 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: inform PF if VF receives RAS poison interrupt

[PATCH] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps()
 2022-08-31 21:42 UTC  (3+ messages)

[pull] amdgpu drm-fixes-6.0
 2022-08-31 21:23 UTC 

[linux-next:master] BUILD REGRESSION 7fd22855300e693668c3397771b3a2b3948f827a
 2022-08-31 20:33 UTC  (2+ messages)

[PATCH v2 3/5] Makefile.compiler: replace cc-ifversion with compiler-specific macros
 2022-08-31 20:08 UTC  (2+ messages)

[PATCH] drm/amd/display: fix indentation in commit_planes_for_stream()
 2022-08-31 18:03 UTC  (2+ messages)

[PATCH v2 0/6] Add support for atomic async page-flips
 2022-08-31 15:52 UTC  (6+ messages)
` [PATCH v2 4/6] drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commits
` [PATCH v2 6/6] amd/display: indicate support for atomic async page-flips on DC

[PATCH v3 0/9] Move all drivers to a common dma-buf locking convention
 2022-08-31 10:04 UTC  (3+ messages)
` [PATCH v3 1/9] dma-buf: Add _unlocked postfix to function names

[PATCH 01/19] drm/amdgpu: add CHIP_IP_DISCOVERY support for virtualization
 2022-08-31  8:05 UTC  (20+ messages)
` [PATCH 02/19] drm/amdgpu: add sriov nbio callback structure
` [PATCH 03/19] drm/amdgpu: add a compute pipe reset for RS64
` [PATCH 04/19] drm/amdgpu: enable WPTR_POLL_ENABLE for sriov on sdma_v6_0
` [PATCH 05/19] drm/amdgpu: refine virtualization psp fw skip check
` [PATCH 06/19] drm/amdgpu: sriov remove vcn_4_0 and jpeg_4_0
` [PATCH 07/19] drm/amdgpu: Support PSP 13.0.10 on SR-IOV
` [PATCH 08/19] drm/amdgpu: Use PSP program IH_RB_CNTL registers under SRIOV
` [PATCH 09/19] drm/amdgpu: Skip the program of MMMC_VM_AGP_* in SRIOV on MMHUB v3_0_0
` [PATCH 10/19] drm/amdgpu: skip "Issue additional private vm invalidation to MMHUB" on SRIOV
` [PATCH 11/19] drm/amdgpu: Skip the VRAM base offset "
` [PATCH 12/19] drm/amdgpu: Skip program SDMA0_SEM_WAIT_FAIL_TIMER_CNTL under SRIOV VF
` [PATCH 13/19] drm/amdgpu: Use RLCG to program GRBM_GFX_CNTL during full access time
` [PATCH 14/19] drm/admgpu: Skip CG/PG on SOC21 under SRIOV VF
` [PATCH 15/19] drm/amd: Skip smu_v13 register irq on "
` [PATCH 16/19] drm/amdgpu/vcn: Disable CG/PG for SRIOV
` [PATCH 17/19] drm/amdgpu/vcn: Add vcn/vcn1 in white list to load its firmware under sriov
` [PATCH 18/19] drm/amdgpu/vcn: Add sriov VCN v4_0 unified queue support
` [PATCH 19/19] drm/amdgpu/vcn: Add MMSCH v4_0 support for sriov

[PATCH 1/2] drm/amd/display: Fix indentation in commit_planes_for_stream()
 2022-08-30 21:34 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: fix documentation for amdgpu_dm_update_freesync_caps()

[PATCH] drm/amd/display: remove a duplicated declaration
 2022-08-31  7:11 UTC  (2+ messages)

[PATCH v2] drm/amdgpu/mes: zero the sdma_hqd_mask of 2nd SDMA engine for SDMA 6.0.1
 2022-08-31  2:20 UTC  (2+ messages)

[PATCH] drm/amdgpu/mes: zero the sdma_hqd_mask of 2nd SDMA engine for SDMA 6.0.1
 2022-08-31  0:50 UTC  (3+ messages)

[PATCH 0/29] Introduce AMD GPU ISA Debugging for HSA Compute
 2022-08-30 22:46 UTC  (5+ messages)
` [PATCH 01/29] drm/amdkfd: add debug and runtime enable interface
` [PATCH 18/29] drm/amdkfd: update process interrupt handling for debug events

mainline build failure for x86_64 allmodconfig with clang
 2022-08-30 20:38 UTC  (11+ messages)

[PATCH 0/5] drm/amd/display: Reduce stack usage for clang
 2022-08-30 20:34 UTC  (6+ messages)
` [PATCH 1/5] drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport()
` [PATCH 2/5] drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()
` [PATCH 3/5] drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAndDRAMSpeedChangeSupport()
` [PATCH 4/5] drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()
` [PATCH 5/5] drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usage

[PATCH linux-next] drm/amdgpu: Remove the unneeded result variable 'r'
 2022-08-30 19:56 UTC  (2+ messages)

[PATCH v2 0/3] Expand amdgpu documentation
 2022-08-30 19:52 UTC  (2+ messages)


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