AMD-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-04 15:02:49 to 2022-08-09 22:02:17 UTC [more...]

[PATCH v2 1/3] drm/dp_mst: add passthrough_aux to struct drm_dp_mst_port
 2022-08-09 22:01 UTC  (6+ messages)
` [PATCH v2 2/3] drm/amd/display: consider DSC pass-through during mode validation
` [PATCH v2 3/3] drm/amd/display: implement DSC pass-through support

[PATCH] drm/amdkfd: Handle restart of kfd_ioctl_wait_events
 2022-08-09 22:00 UTC  (2+ messages)

[PATCH] Increase tlb flush timeout for sriov
 2022-08-09 17:04 UTC  (5+ messages)

[PATCH 0/4] Fix S3 and S4 issues related to fbdev
 2022-08-09 16:09 UTC  (7+ messages)
` [PATCH 1/4] Revert "drm/amdgpu/display: disable prefer_shadow for generic fb helpers"
` [PATCH 2/4] Revert "drm/amdgpu: keep fbdev buffers pinned during suspend"
` [PATCH 3/4] Revert "drm/amdgpu: drop amdgpu_display_gem_fb_init()"
` [PATCH 4/4] Revert "drm/amdgpu: use generic fb helpers instead of setting up AMD own's."

[PATCH v5 00/33] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-08-09 16:04 UTC  (36+ messages)
` [PATCH v5 01/33] dyndbg: fix static_branch manipulation
` [PATCH v5 02/33] dyndbg: fix module.dyndbg handling
` [PATCH v5 03/33] dyndbg: show both old and new in change-info
` [PATCH v5 04/33] dyndbg: reverse module walk in cat control
` [PATCH v5 05/33] dyndbg: reverse module.callsite "
` [PATCH v5 06/33] dyndbg: use ESCAPE_SPACE for "
` [PATCH v5 07/33] dyndbg: let query-modname override actual module name
` [PATCH v5 08/33] dyndbg: add test_dynamic_debug module
` [PATCH v5 09/33] dyndbg: drop EXPORTed dynamic_debug_exec_queries
` [PATCH v5 10/33] dyndbg: cleanup local vars in ddebug_init
` [PATCH v5 11/33] dyndbg: create and use struct _ddebug_info
` [PATCH v5 12/33] dyndbg: add class_id to pr_debug callsites
` [PATCH v5 13/33] dyndbg: add __pr_debug_cls for testing
` [PATCH v5 14/33] dyndbg: add DECLARE_DYNDBG_CLASSMAP macro
` [PATCH v5 15/33] kernel/module: add __dyndbg_classes section
` [PATCH v5 16/33] dyndbg: add ddebug_attach_module_classes
` [PATCH v5 17/33] dyndbg: validate class FOO by checking with module
` [PATCH v5 18/33] doc-dyndbg: describe "class CLASS_NAME" query support
` [PATCH v5 19/33] doc-dyndbg: edit dynamic-debug-howto for brevity, audience
` [PATCH v5 20/33] dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
` [PATCH v5 21/33] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
` [PATCH v5 22/33] drm_print: condense enum drm_debug_category
` [PATCH v5 23/33] drm: POC drm on dyndbg - use in core, 2 helpers, 3 drivers
` [PATCH v5 24/33] drm_print: interpose drm_*dbg with forwarding macros
` [PATCH v5 25/33] drm_print: wrap drm_*_dbg in dyndbg descriptor factory macro
` [PATCH v5 26/33] drm-print.h: include dyndbg header
` [PATCH v5 27/33] drm-print: add drm_dbg_driver to improve namespace symmetry
` [PATCH v5 28/33] drm_print: refine drm_debug_enabled for jump-label
` [PATCH v5 29/33] drm_print: prefer bare printk KERN_DEBUG on generic fn
` [PATCH v5 30/33] drm_print: add _ddebug descriptor to drm_*dbg prototypes
` [PATCH v5 31/33] nouveau: change nvkm_debug/trace to use dev_dbg POC
` [PATCH v5 32/33] nouveau: adapt NV_DEBUG, NV_ATOMIC to use DRM.debug
` [PATCH v5 33/33] nouveau: WIP add 2 LEVEL_NUM classmaps for CLI, SUBDEV

[PATCH] drivers:gpu:drm:amd:amdgpu:amdgpu_cs.c:fix a potential use-after-free
 2022-08-09 13:28 UTC 

[PATCH v2 1/2] drm/amdgpu: enable GFX Power Gating for GC IP v11.0.1
 2022-08-09 13:13 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amdgpu: add GFX Power Gating support "

[PATCH v2] drm/amd/display: set panel orientation before drm_dev_register
 2022-08-09  8:27 UTC  (3+ messages)

[Patch v2] drm/amdgpu: Avoid direct cast to amdgpu_ttm_tt
 2022-08-09 12:58 UTC  (2+ messages)

[PATCH v2 0/5] Move all drivers to a common dma-buf locking convention
 2022-08-09 12:22 UTC  (5+ messages)
` [PATCH v2 1/5] dma-buf: Add _unlocked postfix to function names
  ` [Linaro-mm-sig] "
` [PATCH v2 2/5] drm/gem: Take reservation lock for vmap/vunmap operations
  ` [Linaro-mm-sig] "

[PATCH v2] drm/ttm: Fix dummy res NULL ptr deref bug
 2022-08-09  9:56 UTC 

[PATCH v5 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-08-09  9:52 UTC  (7+ messages)
` [PATCH v5 2/6] drm/ttm: Implement intersect/compatible functions
` [PATCH v5 3/6] drm/amdgpu: "
` [PATCH v5 4/6] drm/i915: "
` [PATCH v5 5/6] drm/nouveau: "
` [PATCH v5 6/6] drm/ttm: Switch to using the new res callback

[PATCH 1/2] drm/amdgpu: modify mcbp implement for gfx9(v2)
 2022-08-09  9:21 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: add mcbp support for sdma v4.0

[PATCH v2 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-08-09  8:26 UTC  (5+ messages)
` [PATCH v2 2/6] drm/ttm: Implement intersect/compatible functions

[PATCH] drm/amd/pm: skip pptable override for smu_v13_0_7
 2022-08-09  7:40 UTC  (2+ messages)

[PATCH] drm/amd/pm: add 3715 softpptable support for SMU13.0.0
 2022-08-09  2:47 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: enable GFX Power Gating for GC IP v11.0.1
 2022-08-09  2:34 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: add GFX Power Gating support "

[PATCH] drm/amdkfd: Fix mm reference in SVM eviction worker
 2022-08-09  0:38 UTC 

[RFC v2 00/18] drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only
 2022-08-08 23:52 UTC  (19+ messages)
` [RFC v2 01/18] drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)
` [RFC v2 02/18] drm/amdgpu/dm/mst: Rename get_payload_table()
` [RFC v2 03/18] drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocation
` [RFC v2 04/18] drm/display/dp_mst: Call them time slots, not VCPI slots
` [RFC v2 05/18] drm/display/dp_mst: Fix confusing docs for drm_dp_atomic_release_time_slots()
` [RFC v2 06/18] drm/display/dp_mst: Add some missing kdocs for atomic MST structs
` [RFC v2 07/18] drm/display/dp_mst: Add helper for finding payloads in atomic MST state
` [RFC v2 08/18] drm/display/dp_mst: Add nonblocking helpers for DP MST
` [RFC v2 09/18] drm/display/dp_mst: Don't open code modeset checks for releasing time slots
` [RFC v2 10/18] drm/display/dp_mst: Fix modeset tracking in drm_dp_atomic_release_vcpi_slots()
` [RFC v2 11/18] drm/nouveau/kms: Cache DP encoders in nouveau_connector
` [RFC v2 12/18] drm/nouveau/kms: Pull mst state in for all modesets
` [RFC v2 13/18] drm/display/dp_mst: Add helpers for serializing SST <-> MST transitions
` [RFC v2 14/18] drm/display/dp_mst: Drop all ports from topology on CSNs before queueing link address work
` [RFC v2 15/18] drm/display/dp_mst: Skip releasing payloads if last connected port isn't connected
` [RFC v2 16/18] drm/display/dp_mst: Maintain time slot allocations when deleting payloads
` [RFC v2 17/18] drm/radeon: Drop legacy MST support
` [RFC v2 18/18] drm/display/dp_mst: Move all payload info into the atomic state

[RESEND RFC 00/18] drm/display/dp_mst: Drop Radeon MST support, make MST atomic-only
 2022-08-08 23:07 UTC  (9+ messages)
` [RESEND RFC 06/18] drm/display/dp_mst: Add some missing kdocs for atomic MST structs
` [RESEND RFC 18/18] drm/display/dp_mst: Move all payload info into the atomic state

[PATCH] drm/amd/display: include soc._clock_tmp[] into DC's scratch region
 2022-08-08 21:41 UTC 

[PATCH] drm/amdgpu: Enable translate_further to extend UTCL2 reach
 2022-08-08 19:50 UTC  (5+ messages)

[PATCH RFC] dma-buf: To check DMA_FENCE_FLAG_ENABLE_SIGNAL_BIT status on debug
 2022-08-08 19:44 UTC  (2+ messages)

[PATCH] drm/amd/display: set panel orientation before drm_dev_register
 2022-08-08 18:51 UTC  (6+ messages)

[PATCH 00/32] DC Patches July 29 2022
 2022-08-08 15:38 UTC  (34+ messages)
` [PATCH 01/32] drm/amd/display: Use pixels per container logic for DCN314 DCCG dividers
` [PATCH 02/32] drm/amd/display: Create FPU files for DCN314
` [PATCH 03/32] drm/amd/display: Move populate dml pipes from DCN314 to dml
` [PATCH 04/32] drm/amd/display: Drop FPU flags from Makefile
` [PATCH 05/32] drm/amd/display: fix CAB allocation for multiple displays
` [PATCH 06/32] drm/amd/display: Revert "fix 32 bit compilation errors in dc_dmub_srv.c"
` [PATCH 07/32] drm/amd/display: Add a variable to update FCLK latency
` [PATCH 08/32] drm/amd/display: Refactor SubVP calculation to remove FPU
` [PATCH 09/32] drm/amd/display: Fix TMDS 4K@60Hz YCbCr420 corruption issue
` [PATCH 10/32] drm/amd/display: Device flash garbage before get in OS
` [PATCH 11/32] drm/amd/display: Add 16 lines margin for SubVP
` [PATCH 12/32] drm/amd/display: Avoid MPC infinite loop
` [PATCH 13/32] drm/amd/display: Fix subvp calculations
` [PATCH 14/32] drm/amd/display: Fix HDMI VSIF V3 incorrect issue
` [PATCH 15/32] drm/amd/display: Add documentation to some of the cursor struct
` [PATCH 16/32] drm/amd/display: Add basic kernel doc to CRC code under DC
` [PATCH 17/32] drm/amd/display: Add some extra kernel doc to amdgpu_dm
` [PATCH 18/32] drm/amd/display: Document pipe split policy
` [PATCH 19/32] drm/amd/display: Expand documentation for timing
` [PATCH 20/32] drm/amd/display: Document some of the DML structs
` [PATCH 21/32] drm/amd/display: Allow alternate prefetch modes in DML for DCN32
` [PATCH 22/32] drm/amd/display: Fix Compile-time Warning
` [PATCH 23/32] drm/amd/display: Fix VPG instancing for dcn314 HPO
` [PATCH 24/32] drm/amd/display: Check correct bounds for stream encoder instances for DCN303
` [PATCH 25/32] drm/amd/display: Enable SubVP by default on DCN32 & DCN321
` [PATCH 26/32] drm/amd/display: Correct DTBCLK for dcn314
` [PATCH 27/32] drm/amd/display: Revert "attempt to fix the logic in commit_planes_for_stream()"
` [PATCH 28/32] drm/amd/display: For stereo keep "FLIP_ANY_FRAME"
` [PATCH 29/32] drm/amd/display: Don't try to enter MALL SS if stereo3d
` [PATCH 30/32] drm/amd/display: clear optc underflow before turn off odm clock
` [PATCH 31/32] drm/amd/display: Fix TDR eDP and USB4 display light up issue
` [PATCH 32/32] drm/amd/display: 3.2.197

[PATCH] drm/ttm: Fix dummy res NULL ptr deref bug
 2022-08-08 11:56 UTC  (2+ messages)

[PATCH] amdgpu: add context creation flags in CS IOCTL
 2022-08-08 11:46 UTC  (4+ messages)

mainline build failure for x86_64 allmodconfig with clang
 2022-08-07 17:55 UTC  (13+ messages)

[drm] ff7515c708: leaking-addresses.proc._dyndbg_classes
 2022-08-07 14:26 UTC 

[PATCH 00/32] DC Patches July 29 2022
 2022-08-05 16:43 UTC  (5+ messages)
` [PATCH 01/32] drm/amd/display: Use pixels per container logic for DCN314 DCCG dividers
` [PATCH 02/32] drm/amd/display: Create FPU files for DCN314
` [PATCH 03/32] drm/amd/display: Move populate dml pipes from DCN314 to dml
` [PATCH 04/32] drm/amd/display: Drop FPU flags from Makefile

[PATCH] drm/amdgpu: use sjt mec fw on aldebaran for sriov
 2022-08-05 16:09 UTC 

[PATCH 1/2] drm/amdgpu: add GFX Clock Gating support for GC IP v11.0.1
 2022-08-05 13:04 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: enable GFX Clock Gating control "

[PATCH 1/2] drm/amdgpu/pm: update smu driver interface header for SMU IP v13.0.4
 2022-08-05 12:56 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/pm: remove EnableGfxOff message "

[PATCH v4 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-08-05  9:08 UTC  (3+ messages)
` [PATCH v4 4/6] drm/i915: Implement intersect/compatible functions

mainline build failure due to 6fdd2077ec03 ("drm/amd/amdgpu: add memory training support for PSP_V13")
 2022-08-04 18:06 UTC  (3+ messages)

[PATCH] drm/amd/amdgpu: fix build failure due to implicit declaration
 2022-08-04 18:01 UTC 

[drm:radeon_cs_ioctl [radeon]] *ERROR* Failed to parse relocation -12!
 2022-08-04  8:06 UTC 

[PATCH -next RESEND] drm/amd/display: Simplify bool conversion
 2022-08-05  2:38 UTC 

[PATCH v3 0/3] HDR aux backlight range calculation
 2022-08-04  9:54 UTC  (3+ messages)
` [PATCH v3 2/3] drm/amdgpu_dm: Rely on split out luminance calculation function

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

[PATCH] Revert "drm/amdgpu: add drm buddy support to amdgpu"
 2022-08-04 21:51 UTC  (8+ messages)


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).