AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-03 16:51:06 to 2023-10-05 19:09:04 UTC [more...]

[PATCH v2 0/2] Fix Navi3x boot and hotplug problems
 2023-10-05 17:52 UTC  (3+ messages)
` [PATCH v2 1/2] usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scope
` [PATCH v2 2/2] Revert "drm/amd/pm: workaround for the wrong ac power detection on smu 13.0.0"

[PATCH 1/3] amd/amdkfd: Add granularity bitmap mapped to gpu flag
 2023-10-05 18:25 UTC  (3+ messages)

[PATCH v4 0/1] drm/amdkfd: Fix unaligned doorbell absolute offset for gfx8
 2023-10-05 17:20 UTC  (2+ messages)
` [PATCH v4 1/1] drm/amdkfd: get doorbell's absolute offset based on the db_size

[PATCH v4 00/32] drm/amd/display: add AMD driver-specific properties for color mgmt
 2023-10-05 17:15 UTC  (33+ messages)
` [PATCH v4 01/32] drm/drm_mode_object: increase max objects to accommodate new color props
` [PATCH v4 02/32] drm/drm_property: make replace_property_blob_from_id a DRM helper
` [PATCH v4 03/32] drm/drm_plane: track color mgmt changes per plane
` [PATCH v4 04/32] drm/amd/display: add driver-specific property for plane degamma LUT
` [PATCH v4 05/32] drm/amd/display: add plane degamma TF driver-specific property
` [PATCH v4 06/32] drm/amd/display: explicitly define EOTF and inverse EOTF
` [PATCH v4 07/32] drm/amd/display: document AMDGPU pre-defined transfer functions
` [PATCH v4 08/32] drm/amd/display: add plane HDR multiplier driver-specific property
` [PATCH v4 09/32] drm/amd/display: add plane 3D LUT driver-specific properties
` [PATCH v4 10/32] drm/amd/display: add plane shaper LUT and TF "
` [PATCH v4 11/32] drm/amd/display: add plane blend "
` [PATCH v4 12/32] drm/amd/display: add CRTC gamma TF driver-specific property
` [PATCH v4 13/32] drm/amd/display: add comments to describe DM crtc color mgmt behavior
` [PATCH v4 14/32] drm/amd/display: encapsulate atomic regamma operation
` [PATCH v4 15/32] drm/amd/display: add CRTC gamma TF support
` [PATCH v4 16/32] drm/amd/display: set sdr_ref_white_level to 80 for out_transfer_func
` [PATCH v4 17/32] drm/amd/display: mark plane as needing reset if color props change
` [PATCH v4 18/32] drm/amd/display: decouple steps for mapping CRTC degamma to DC plane
` [PATCH v4 19/32] drm/amd/display: add plane degamma TF and LUT support
` [PATCH v4 20/32] drm/amd/display: reject atomic commit if setting both plane and CRTC degamma
` [PATCH v4 21/32] drm/amd/display: add dc_fixpt_from_s3132 helper
` [PATCH v4 22/32] drm/amd/display: add HDR multiplier support
` [PATCH v4 23/32] drm/amd/display: add plane shaper LUT support
` [PATCH v4 24/32] drm/amd/display: add plane shaper TF support
` [PATCH v4 25/32] drm/amd/display: add plane 3D LUT support
` [PATCH v4 26/32] drm/amd/display: handle empty LUTs in __set_input_tf
` [PATCH v4 27/32] drm/amd/display: add plane blend LUT and TF support
` [PATCH v4 28/32] drm/amd/display: allow newer DC hardware to use degamma ROM for PQ/HLG
` [PATCH v4 29/32] drm/amd/display: copy 3D LUT settings from crtc state to stream_update
` [PATCH v4 30/32] drm/amd/display: add plane CTM driver-specific property
` [PATCH v4 31/32] drm/amd/display: add plane CTM support
` [PATCH v4 32/32] drm/amd/display: Add 3x4 CTM support for plane CTM

[PATCH 0/9] drm: Annotate structs with __counted_by
 2023-10-05 16:16 UTC  (11+ messages)

[PATCH] drm/amd/display: Fix mst hub unplug warning
 2023-10-05 16:20 UTC  (2+ messages)

[PATCH] drm/amdgpu: Enable SMU 13.0.0 optimizations when ROCm is active (v2)
 2023-10-05 15:11 UTC  (4+ messages)

[PATCH v4] drm/amdkfd: Use partial migrations in GPU page faults
 2023-10-05 15:03 UTC  (5+ messages)

[PATCH v4 0/3] Better handle memory pressure at suspend
 2023-10-05 14:59 UTC  (9+ messages)
` [PATCH v4 1/3] drm/amd: Evict resources during PM ops prepare() callback
` [PATCH v4 2/3] drm/amd/display: Destroy DC context while keeping DML
` [PATCH v4 3/3] drm/amd/display: make dc_set_power_state() return type `void` again

[PATCH] drm/amdgpu: update ib start and size alignment
 2023-10-05 14:31 UTC  (2+ messages)

[PATCH 1/2] drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7
 2023-10-05 13:49 UTC  (3+ messages)
` [PATCH 2/2] drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430

[PATCH] drm/amd: Fix UBSAN array-index-out-of-bounds for Polaris and Tonga
 2023-10-05 13:45 UTC  (3+ messages)

[PATCH v3 0/4] Better handle memory pressure at suspend
 2023-10-05 13:44 UTC  (11+ messages)
` [PATCH v3 1/4] drm/amd: Add support for prepare() and complete() callbacks
` [PATCH v3 2/4] drm/amd: Move evict resources suspend step to prepare()
` [PATCH v3 3/4] drm/amd/display: Destroy DC context while keeping DML
` [PATCH v3 4/4] drm/amd/display: make dc_set_power_state() return type `void` again

[PATCH 0/5] drm/amd/display: Remove migrate-disable and move memory allocation
 2023-10-05 12:11 UTC  (14+ messages)
` [PATCH 1/5] drm/amd/display: Remove migrate_en/dis from dc_fpu_begin()

[PATCH v2 1/5] drm/amdgpu: Move package type enum to amdgpu_smuio
 2023-10-05 12:36 UTC  (8+ messages)
` [PATCH v2 2/5] drm/amdgpu: Add more smuio v13.0.3 package types
` [PATCH v2 3/5] drm/amdgpu: Get package types for smuio v13.0
` [PATCH v2 4/5] drm/amdgpu: Add sysfs attribute to get board info
` [PATCH v2 5/5] Documentation/amdgpu: Add board info details

[PATCH v6 0/9] AMDGPU usermode queues
 2023-10-05 10:59 UTC  (12+ messages)
` [PATCH v6 1/9] drm/amdgpu: UAPI for user queue management
` [PATCH v6 5/9] drm/amdgpu: create context space for usermode queue
` [PATCH v6 7/9] drm/amdgpu: map wptr BO into GART

[PATCH 1/4] drm/amdgpu: enable FRU device for SMU v13.0.6
 2023-10-05  4:57 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu: Refactor FRU product information
` [PATCH 3/4] drm/amdgpu: Add more FRU field information
` [PATCH 4/4] Documentation/amdgpu: Add FRU attribute details

[pull] amdgpu drm-fixes-6.6
 2023-10-05  3:43 UTC 

[PATCH 0/3] Fix Navi3x boot and hotplug problems
 2023-10-04 23:10 UTC  (5+ messages)
` [PATCH 2/3] power: supply: Don't count 'unknown' scope power supplies

[PATCH v3 00/16] Introduce DML version 2
 2023-10-04 21:48 UTC  (19+ messages)
` [PATCH v3 01/16] drm/amd/display: Move dce_calcs from DML folder
` [PATCH v3 02/16] drm/amd/display: Move custom_float outside DML
` [PATCH v3 03/16] drm/amd/display: Move bw_fixed outside DML folder
` [PATCH v3 04/16] drm/amd/display: Move dml code under CONFIG_DRM_AMD_DC_FP guard
` [PATCH v3 05/16] drm/amd/display: Introduce DML2
` [PATCH v3 06/16] drm/amd/display: Add DCN35 DML2 support
` [PATCH v3 07/16] drm/amd/display: Add z8_marks in dml
` [PATCH v3 08/16] drm/amd/display: Handle multiple streams sourcing same surface
` [PATCH v3 09/16] drm/amd/display: Use fixed DET Buffer Size
` [PATCH v3 10/16] drm/amd/display: Split pipe for stereo timings
` [PATCH v3 11/16] drm/amd/display: Move stereo timing check to helper
` [PATCH v3 12/16] drm/amd/display: Fix Chroma Surface height/width initialization
` [PATCH v3 13/16] drm/amd/display: correct dml2 input and dlg_refclk
` [PATCH v3 14/16] drm/amd/display: Modify Pipe Selection for Policy for ODM
` [PATCH v3 15/16] drm/amd/display: Port replay vblank logic to DML2
` [PATCH v3 16/16] drm/amd/display: add check in validate_only in dml2

[PATCH] drm/amdgpu: Improve MES responsiveness during oversubscription
 2023-10-04 18:30 UTC  (2+ messages)

[PATCH v2] drm/amdkfd: Fix EXT_COHERENT memory allocation crash
 2023-10-04 18:21 UTC  (3+ messages)

[PATCH] drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by
 2023-10-04 17:31 UTC  (2+ messages)

[PATCH v3 0/2] drm/amdkfd: Fix unaligned doorbell absolute offset for gfx8
 2023-10-04 17:17 UTC  (5+ messages)
` [PATCH v3 1/2] drm/amdgpu: Adding db_size to get doorbell absolute offset
` [PATCH v3 2/2] drm/amdkfd: get doorbell's absolute offset based on the db size

[PATCH 00/16] DC Patches Oct 06 2023
 2023-10-04 16:54 UTC  (18+ messages)
` [PATCH 01/16] drm/amd/display: Modify SMU message logs
` [PATCH 02/16] drm/amd/display: VSIF v3 set Max Refresh Rate
` [PATCH 03/16] drm/amd/display: Update pmfw_driver_if new structure
` [PATCH 04/16] drm/amd/display: Modify Vmin default value
` [PATCH 05/16] drm/amd/display: Revert "drm/amd/display: remove duplicated edp relink to fastboot"
` [PATCH 06/16] drm/amd/display: Update stream mask
` [PATCH 07/16] drm/amd/display: Update dml ssb from pmfw clock table
` [PATCH 08/16] drm/amd/display: Update cursor limits based on SW cursor fallback limits
` [PATCH 09/16] drm/amd/display: Don't use fsleep for PSR exit waits
` [PATCH 10/16] drm/amd/display: Make DCN3x use older FPO sequence
` [PATCH 11/16] drm/amd/display: Revert "drm/amd/display: Add a check for idle power optimization"
` [PATCH 12/16] drm/amd/display: Refactor HWSS into component folder
` [PATCH 13/16] drm/amd/display: Don't set dpms_off for seamless boot
` [PATCH 14/16] drm/amd/display: Refactor DPG test pattern logic for ODM cases
` [PATCH 15/16] drm/amd/display: Disable SubVP if test pattern is enabled
` [PATCH 16/16] drm/amd/display: 3.2.255

[PATCH] drm/amdgpu: Enable SMU 13.0.0 optimizations when ROCm is active
 2023-10-04 15:18 UTC  (6+ messages)

[PATCH v2] drm/amdgpu: fix ip count query for xcp partitions
 2023-10-04 14:01 UTC  (7+ messages)

[PATCH v2 00/16] Introduce PMF Smart PC Solution Builder Feature
 2023-10-04 12:49 UTC  (21+ messages)
` [PATCH v2 01/16] platform/x86/amd/pmf: Add PMF TEE interface
` [PATCH v2 02/16] platform/x86/amd/pmf: Add support PMF-TA interaction
` [PATCH v2 03/16] platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr()
` [PATCH v2 04/16] platform/x86/amd/pmf: Add support for PMF Policy Binary
` [PATCH v2 06/16] platform/x86/amd/pmf: Add support to get inputs from other subsystems
` [PATCH v2 08/16] platform/x86/amd/pmf: Add support to update system state
` [PATCH v2 09/16] platform/x86/amd/pmf: Add facility to dump TA inputs
` [PATCH v2 11/16] platform/x86/amd/pmf: dump policy binary data
` [PATCH v2 12/16] platform/x86/amd/pmf: Add PMF-AMDGPU get interface

[Patch v2 1/2] drm/amdgpu: Rework KFD memory max limits
 2023-10-04  7:58 UTC  (5+ messages)
` [Patch v2 2/2] drm/amdgpu: Use ttm_pages_limit to override vram reporting

[PATCH 1/5] drm/amdgpu: Move package type enum to amdgpu.h
 2023-10-04  7:15 UTC  (5+ messages)

[PATCH 1/6] drm/amdgpu: Add flag to enable indirect RLCG access for gfx v9.4.3
 2023-10-04  0:56 UTC  (6+ messages)
` [PATCH 2/6] drm/amdgpu: Add xcc instance parameter to *REG32_SOC15_IP_NO_KIQ (v2)
` [PATCH 3/6] drm/amdgpu: Use correct KIQ MEC engine for gfx9.4.3 (v2)
` [PATCH 4/6] drm/amdgpu: Add xcc_inst param to amdgpu_virt_kiq_reg_write_reg_wait (v2)
` [PATCH 5/6] drm/amdgpu: Add new macro WREG32_RLC_XCC (v2)
` [PATCH 6/6] drm/amdgpu: Use *REG32_RLC_XCC in gfx_v9_4_3.c (v2)

[PATCH 1/2] drm/amd/display: Refactor dm_get_plane_scale helper
 2023-10-03 22:02 UTC  (2+ messages)

[PATCH v2] Revert "drm/amd/display: Enable Replay for static screen use cases"
 2023-10-03 20:54 UTC  (9+ messages)

[PATCH] drm/amdkfd: Fix EXT_COHERENT memory allocation crash
 2023-10-03 19:01 UTC  (4+ messages)


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