AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-20 18:22:56 to 2022-07-25 18:03:04 UTC [more...]

[PATCH v2 1/3] drm/amdgpu: Allow TTM to evict svm bo from same process
 2022-07-25 18:02 UTC  (4+ messages)
` [PATCH v2 2/3] drm/amdkfd: Set svm range max pages
` [PATCH v2 3/3] drm/amdkfd: Split giant svm range

[PATCH 1/1] drm/amdgpu: Remove rounding from vram allocation path
 2022-07-25 17:49 UTC  (2+ messages)

[PATCH 1/5] drm/amdgpu: add mode2 reset for sienna_cichlid
 2022-07-25 17:37 UTC  (8+ messages)
` [PATCH 2/5] drm/amdgpu: add debugfs amdgpu_reset_level
` [PATCH 3/5] drm/amdgpu: save and restore gc hub regs
` [PATCH 4/5] drm/amdgpu: revert context to stop engine before mode2 reset
` [PATCH 5/5] drm/amdgpu: reduce reset time

[PATCH 1/3] Revert "drm/amdgpu: move internal vram_mgr function into the C file"
 2022-07-25 17:14 UTC  (7+ messages)

[PATCH] drm/amdgpu: remove useless condition in amdgpu_job_stop_all_jobs_on_sched()
 2022-07-25 16:40 UTC  (2+ messages)

[PATCH 0/4] drm/amd: Add more GFXOFF stats for vangogh
 2022-07-25 16:15 UTC  (8+ messages)
` [PATCH 1/4] drm/amd: Add detailed GFXOFF stats to debugfs
` [PATCH 2/4] drm/amd/pm: Implement GFXOFF's entry count and residency for vangogh
` [PATCH 3/4] Documentation/gpu: Document GFXOFF's count and residency
` [PATCH 4/4] drm/amdgpu: Document gfx_off members of struct amdgpu_gfx

[PATCH] drm/amdgpu: Re-enable DCN for 64-bit powerpc
 2022-07-25 15:45 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: Allow TTM to evict svm bo from same process
 2022-07-25 15:27 UTC  (7+ messages)
` [PATCH 2/3] drm/amdkfd: Set svm range max pages
` [PATCH 3/3] drm/amdkfd: Split giant svm range

[PATCH v2 0/5] Move all drivers to a common dma-buf locking convention
 2022-07-25 15:18 UTC  (6+ messages)
` [PATCH v2 1/5] dma-buf: Add _unlocked postfix to function names
` [PATCH v2 2/5] drm/gem: Take reservation lock for vmap/vunmap operations
` [PATCH v2 3/5] dma-buf: Move all dma-bufs to dynamic locking specification
` [PATCH v2 4/5] media: videobuf2: Stop using internal dma-buf lock
` [PATCH v2 5/5] dma-buf: Remove internal lock

[PATCH 1/3] drm/amdgpu: extract a helper to import dmabuf more flexibly
 2022-07-25 14:20 UTC  (4+ messages)
` [PATCH 2/3] drm/amdkfd: refine the gfx BO based dmabuf handling
` [PATCH 3/3] drm/amdkfd: remove an unnecessary amdgpu_bo_ref

[PATCH] drm/amdgpu: Fix the incomplete product number
 2022-07-25 13:35 UTC  (3+ messages)

[PATCH] amdgpu: re-enable DCN for ppc64le
 2022-07-25 12:25 UTC  (5+ messages)

[PATCH] dma-buf: use struct_size helper instead of kzalloc
 2022-07-25  9:04 UTC 

[PATCH 00/31] DC Patches July 22, 2022
 2022-07-25 12:57 UTC  (33+ messages)
` [PATCH 01/31] drm/amd/display: Avoid MPC infinite loop
` [PATCH 02/31] drm/amd/display: Add enable/disable FIFO callbacks to stream setup
` [PATCH 03/31] drm/amd/display: Fix OPTC function pointers for DCN314
` [PATCH 04/31] drm/amd/display: Updates SubVP and SubVP DRR cases
` [PATCH 05/31] drm/amd/display: Guard against zero memory channels
` [PATCH 06/31] drm/amd/display: Fix two MPO videos in single display ODM combine mode
` [PATCH 07/31] drm/amd/display: Calculate MALL cache lines based on Mblks required
` [PATCH 08/31] drm/amd/display: Reset pipe count when iterating for DET override
` [PATCH 09/31] drm/amd/display: Reboot while unplug hdcp enabled dp from mst hub
` [PATCH 10/31] drm/amd/display: Drop unnecessary FPU flags on dcn302 files
` [PATCH 11/31] drm/amd/display: Fallback to SW cursor if SubVP + cursor too big
` [PATCH 12/31] drm/amd/display: Remove FPU operations from dcn201 resources
` [PATCH 13/31] drm/amd/display: Move mclk calculation function to DML
` [PATCH 14/31] drm/amd/display: Create patch bounding box function for isolate FPU
` [PATCH 15/31] drm/amd/display: Remove FPU flags from DCN30 Makefile
` [PATCH 16/31] drm/amd/display: Add pixel rate div calcs and programming
` [PATCH 17/31] drm/amd/display: Use correct DTO_SRC_SEL for 128b/132b encoding
` [PATCH 18/31] drm/amd/display: Use correct clock source constructor for DCN314
` [PATCH 19/31] drm/amd/display: Add OTG/ODM functions
` [PATCH 20/31] drm/amd/display: Add missing AUDIO_DTO_SEL reg field
` [PATCH 21/31] drm/amd/display: Fix dpstreamclk programming
` [PATCH 22/31] drm/amd/display: Add support for manual DMUB FAMS trigger
` [PATCH 23/31] drm/amd/display: Cache cursor when cursor exceeds 64x64
` [PATCH 24/31] drm/amd/display: Add dc_ctx to link_enc_create() parameters
` [PATCH 25/31] drm/amd/display: Add reinstate dram in the FPO logic
` [PATCH 26/31] drm/amd/display: Update DCN32 and DCN321 SR latencies
` [PATCH 27/31] drm/amd/display: Add missing ODM 2:1 policy logic
` [PATCH 28/31] drm/amd/display: Disable MPC split for DCN32/321
` [PATCH 29/31] drm/amd/display: Add debug option for idle optimizations on cursor updates
` [PATCH 30/31] drm/amd/display: Copy crc_skip_count when duplicating CRTC state
` [PATCH 31/31] drm/amd/display: 3.2.196

[PATCH v2 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-07-25 11:42 UTC  (6+ messages)
` [PATCH v2 2/6] drm/ttm: Implement intersect/compatible functions
` [PATCH v2 3/6] drm/amdgpu: "
` [PATCH v2 4/6] drm/i915: "
` [PATCH v2 5/6] drm/nouveau: "
` [PATCH v2 6/6] drm/ttm: Switch to using the new res callback

[PATCH 3/6] drm/amdgpu: add a compute pipe reset for RS64
 2022-07-25 10:13 UTC 

[PATCH 3/6] drm/amdgpu: add a compute pipe reset for SR-IOV
 2022-07-25 10:08 UTC 

[PATCH] drm/amd/display: Reduce stack size in the mode support function
 2022-07-24 21:45 UTC  (4+ messages)

[PATCH] dc/dce: fix repeated words in comments
 2022-07-24  7:41 UTC 

[PATCH] drm/amdgpu: use adev_to_drm for consistency
 2022-07-25  6:18 UTC 

[PATCH] drm/amdgpu: correct RLC_RLCS_BOOTLOAD_STATUS offset and index
 2022-07-25  5:16 UTC  (2+ messages)

[PATCH] drm/amd/pm: Add get_gfx_off_status interface
 2022-07-25  3:08 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: enable swiotlb for gmc 10.0 (V2)
 2022-07-25  2:05 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: enable swiotlb for gmc 11.0

[PATCH] drm/amdgpu: add declaration of function ‘drm_need_swiotlb’ in gmc10.0
 2022-07-25  1:37 UTC  (2+ messages)

[PATCH v4 00/41] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-07-22 23:23 UTC  (6+ messages)
` [PATCH v4 12/41] dyndbg: add DECLARE_DYNDBG_CLASSMAP
` [PATCH v4 16/41] dyndbg: add drm.debug style bitmap support

[PATCH 0/4] Documentation/amdgpu/display: describe color and blend mode properties mapping
 2022-07-22 21:23 UTC  (14+ messages)
` [PATCH 1/4] Documentation/amdgpu_dm: Add DM color correction documentation
` [PATCH 2/4] Documentation/amdgpu/display: add DC color caps info
` [PATCH 3/4] drm/amd/display: add doc entries for MPC blending configuration
` [PATCH 4/4] Documentation/gpu/amdgpu/amdgpu_dm: add DM docs for pixel blend mode

[PATCH v2 1/4] drm/amd/display: Drop dm_sw_gfx7_2d_thin_l_vp and dm_sw_gfx7_2d_thin_gl
 2022-07-22 20:51 UTC  (7+ messages)
` [PATCH v2 2/4] drm/amd/display: Remove duplicated CalculateWriteBackDISPCLK
` [PATCH v2 3/4] drm/amd/display: Remove parameters from rq_dlg_get_dlg_reg
` [PATCH v2 4/4] drm/amd/display: Rewrite CalculateWriteBackDISPCLK function

[PATCH] drm/amd: Fix typo 'the the' in comment
 2022-07-22 19:02 UTC  (2+ messages)

[PATCH 1/5] drm/amd/display: reduce stack size in dcn32 dml (v2)
 2022-07-22 16:22 UTC  (6+ messages)
` [PATCH 2/5] drm/amd/display: reduce stack for dml32_CalculateSwathAndDETConfiguration
` [PATCH 3/5] drm/amd/display: reduce stack for dml32_CalculateVMRowAndSwath
` [PATCH 4/5] drm/amd/display: reduce stack for dml32_CalculateWatermarksMALLUseAndDRAMSpeedChangeSupport
` [PATCH 5/5] drm/amd/display: reduce stack for dml32_CalculatePrefetchSchedule

[PATCH] drm/amdgpu: enable swiotlb for gmc 10.0
 2022-07-22 13:27 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu: add CHIP_IP_DISCOVERY support for virtualization
 2022-07-22 13:17 UTC  (14+ messages)
` [PATCH 2/6] drm/amdgpu: add sriov nbio callback structure
` [PATCH 3/6] drm/amdgpu: add a compute pipe reset for SR-IOV
` [PATCH 4/6] drm/amdgpu: enable WPTR_POLL_ENABLE for sriov on sdma_v6_0
` [PATCH 5/6] drm/amdgpu: refine virtualization psp fw skip check
` [PATCH 6/6] drm/amdgpu: sriov remove vcn_4_0 and jpeg_4_0

[PATCH] drm/amd/display: reduce stack size in dcn32 dml (v2)
 2022-07-22  8:22 UTC  (2+ messages)

[PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-07-21 21:30 UTC  (4+ messages)
` [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper

[PATCH 1/2] drm/amd/display: Fix dc_version detect for dcn314
 2022-07-21 22:06 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: Specify supported modifiers "

[PATCH 0/5] drm/amd/display: FPU cleanup in clk_mgr files for powerpc
 2022-07-21 19:16 UTC  (14+ messages)
` [PATCH 1/5] drm/amd/display: fix soft-fp vs hard-fp on DCN 3.1 family "
` [PATCH 2/5] drm/amd/display: remove useless FPU protection wrapper from dcn31_resource file
` [PATCH 3/5] drm/amd/display: move FPU code on dcn21 clk_mgr
` [PATCH 4/5] drm/amd/display: move FPU code from dcn30 clk mgr to DML folder
` [PATCH 5/5] drm/amd/display: move FPU code from dcn301 "

[PATCH 1/4] drm/amd/display: Drop dm_sw_gfx7_2d_thin_l_vp and dm_sw_gfx7_2d_thin_gl
 2022-07-21 18:26 UTC  (7+ messages)
` [PATCH 2/4] drm/amd/display: Remove duplicated CalculateWriteBackDISPCLK
` [PATCH 3/4] drm/amd/display: Remove parameters from rq_dlg_get_dlg_reg
` [PATCH 4/4] drm/amd/display: Rewrite CalculateWriteBackDISPCLK function

[drm] 39dec70a06: leaking-addresses.proc._dyndbg_classes
 2022-07-21 18:12 UTC  (2+ messages)

[PATCH 1/5] drm/amdgpu: fix a vcn4 boot poll bug in emulation mode
 2022-07-21 17:27 UTC  (5+ messages)
` [PATCH 2/5] drm/amdgpu: add VCN function in NBIO v7.7
` [PATCH 3/5] drm/amdgpu: add VCN_4_0_2 firmware support i
` [PATCH 4/5] drm/amdgpu: vcn_4_0_2 video codec query
` [PATCH 5/5] drm/amdgpu: enable VCN cg and JPEG cg/pg i

[PATCH 1/1] drm/amdkfd: Correct mmu_notifier_get failure handling
 2022-07-21 15:04 UTC  (2+ messages)

[PATCH] mm/gup.c: Fix formating in check_and_migrate_movable_page()
 2022-07-21  8:01 UTC  (3+ messages)

[PATCH] drm/admdgpu: Add get_gfx_off_status interface
 2022-07-21  7:21 UTC  (4+ messages)

[PATCH] drm/amd/pm: update driver if header for smu_13_0_7
 2022-07-21  0:46 UTC 

[PATCH] drm/amdgpu: Refactor code to handle non coherent and uncached
 2022-07-20 23:24 UTC  (3+ messages)

[pull] amdgpu drm-fixes-5.19
 2022-07-20 21:09 UTC 


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