messages from 2023-10-17 07:25:40 to 2023-10-18 19:06:37 UTC [more...]
[PATCH] drm/amd/display: Respect CONFIG_FRAME_WARN=0 in DML2
2023-10-18 19:06 UTC (2+ messages)
[PATCH 00/26] DC Patches October 18, 2023
2023-10-18 18:02 UTC (29+ messages)
` [PATCH 01/26] drm/amd/display: remove duplicated edp relink to fastboot
` [PATCH 02/26] drm/amd/display: reprogram det size while seamless boot
` [PATCH 03/26] drm/amd/display: Remove power sequencing check
` [PATCH 04/26] drm/amd/display: Fix MST Multi-Stream Not Lighting Up on dcn35
` [PATCH 05/26] drm/amd/display: Revert "Improve x86 and dmub ips handshake"
` [PATCH 06/26] drm/amd/display: Add a check for idle power optimization
` [PATCH 07/26] drm/amd/display: Update SDP VSC colorimetry from DP test automation request
` [PATCH 08/26] drm/amd/display: Reduce default backlight min from 5 nits to 1 nits
` [PATCH 09/26] drm/amd/display: add pipe resource management callbacks to DML2
` [PATCH 10/26] drm/amd/display: implement map dc pipe with callback in DML2
` [PATCH 11/26] drm/amd/display: Fix IPS handshake for idle optimizations
` [PATCH 12/26] drm/amd/display: Fix HDMI framepack 3D test issue
` [PATCH 13/26] drm/amd/display: Revert "drm/amd/display: allow edp updates for virtual signal"
` [PATCH 14/26] drm/amd/display: Set emulated sink type to HDMI accordingly
` [PATCH 15/26] drm/amd/display: Correct enum typo
` [PATCH 16/26] drm/amd/display: Add prefix to amdgpu crtc functions
` [PATCH 17/26] drm/amd/display: Add prefix for plane functions
` [PATCH 18/26] drm/amd/display: fix num_ways overflow error
` [PATCH 19/26] drm/amd/display: Update FAMS sequence for DCN30 & DCN32
` [PATCH 20/26] drm/amd/display: add null check for invalid opps
` [PATCH 21/26] drm/amd/display: Fix shaper using bad LUT params
` [PATCH 22/26] drm/amd/display: 3.2.256
` [PATCH 23/26] drm/amd/display: Disable SYMCLK32_SE RCO on DCN314
` [PATCH 24/26] drm/amd/display: Read before writing Backlight Mode Set Register
` [PATCH 25/26] drm/amd/display: fix compilation warning in dml2
` [PATCH 26/26] drm/amd/display: add interface to query SubVP status
[PATCH v7c 00/24] fix DRM_USE_DYNAMIC_DEBUG=y regression
2023-10-18 17:06 UTC (25+ messages)
` [PATCH v7c 01/24] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v7c 02/24] dyndbg: reword "class unknown, " to "class:_UNKNOWN_"
` [PATCH v7c 03/24] dyndbg: make ddebug_class_param union members same size
` [PATCH v7c 04/24] dyndbg: replace classmap list with a vector
` [PATCH v7c 05/24] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v7c 06/24] dyndbg: split param_set_dyndbg_classes to module/wrapper fns
` [PATCH v7c 07/24] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v7c 08/24] dyndbg: reduce verbose/debug clutter
` [PATCH v7c 09/24] dyndbg: silence debugs with no-change updates
` [PATCH v7c 10/24] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v7c 11/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v7c 12/24] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH v7c 13/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v7c 14/24] dyndbg-API: fix CONFIG_DRM_USE_DYNAMIC_DEBUG regression
` [PATCH v7c 15/24] dyndbg: refactor ddebug_classparam_clamp_input
` [PATCH v7c 16/24] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v7c 17/24] dyndbg-doc: add classmap info to howto
` [PATCH v7c 18/24] dyndbg: reserve flag bit _DPRINTK_FLAGS_PREFIX_CACHED
` [PATCH v7c 19/24] dyndbg: add _DPRINTK_FLAGS_INCL_LOOKUP
` [PATCH v7c 20/24] dyndbg: refactor *dynamic_emit_prefix
` [PATCH v7c 21/24] dyndbg: change WARN_ON to WARN_ON_ONCE
` [PATCH v7c 22/24] drm: use correct ccflags-y spelling
` [PATCH v7c 23/24] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers
` [PATCH v7c 24/24] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
[PATCH v4 00/17] Introduce PMF Smart PC Solution Builder Feature
2023-10-18 17:05 UTC (30+ messages)
` [PATCH v4 01/17] platform/x86/amd/pmf: Add PMF TEE interface
` [PATCH v4 02/17] platform/x86/amd/pmf: Add support for PMF-TA interaction
` [PATCH v4 03/17] platform/x86/amd/pmf: Change return type of amd_pmf_set_dram_addr()
` [PATCH v4 04/17] platform/x86/amd/pmf: Add support for PMF Policy Binary
` [PATCH v4 05/17] platform/x86/amd/pmf: change amd_pmf_init_features() call sequence
` [PATCH v4 06/17] platform/x86/amd/pmf: Add support to get inputs from other subsystems
` [PATCH v4 07/17] platform/x86/amd/pmf: Add support update p3t limit
` [PATCH v4 08/17] platform/x86/amd/pmf: Add support to update system state
` [PATCH v4 09/17] platform/x86/amd/pmf: Make source_as_str() as non-static
` [PATCH v4 10/17] platform/x86/amd/pmf: Add facility to dump TA inputs
` [PATCH v4 11/17] platform/x86/amd/pmf: Add capability to sideload of policy binary
` [PATCH v4 12/17] platform/x86/amd/pmf: dump policy binary data
` [PATCH v4 13/17] platform/x86/amd/pmf: Add PMF-AMDGPU get interface
` [PATCH v4 14/17] platform/x86/amd/pmf: Add PMF-AMDGPU set interface
` [PATCH v4 15/17] HID: amd_sfh: rename float_to_int() to amd_sfh_float_to_int()
` [PATCH v4 16/17] platform/x86/amd/pmf: Add PMF-AMDSFH interface for HPD
` [PATCH v4 17/17] platform/x86/amd/pmf: Add PMF-AMDSFH interface for ALS
[PATCH] drm/amdkfd: Fix shift out-of-bounds issue
2023-10-18 16:57 UTC (4+ messages)
[PATCH v2] drm/amdgpu: fix missing stuff in NBIO v7.11
2023-10-18 15:42 UTC (2+ messages)
[PATCH -next] drm/amd/display: Simplify bool conversion
2023-10-18 14:00 UTC (2+ messages)
[PATCH -next] drm/amd/display: Remove unneeded semicolon
2023-10-18 13:59 UTC (2+ messages)
[PATCH -next] drm/amd/display: Remove duplicated include in dce110_hwseq.c
2023-10-18 13:57 UTC (2+ messages)
[PATCH -next] drm/amd/display: clean up some inconsistent indentings
2023-10-18 13:54 UTC (2+ messages)
[PATCH 1/2] drm/amdgpu: don't use ATRM for external devices
2023-10-18 13:13 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: don't use pci_is_thunderbolt_attached()
[PATCH Review V2 1/1] drm/amdgpu: Enable mca debug mode mode when ras enabled
2023-10-18 13:13 UTC (2+ messages)
[PATCH] drm/amd/display: Use swap() instead of open coding it
2023-10-18 6:15 UTC
[PATCH 1/2] drm/amdgpu: Enable software RAS in vcn v4_0_3
2023-10-18 12:39 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu: Add UVD_VCPU_INT_EN2 to dpg sram
[PATCH Review 1/1] drm/amdgpu: Enable mca debug mode mode for apu
2023-10-18 12:32 UTC (3+ messages)
[PATCH 1/6] drm/amdgpu: define ras_reset_error_count function
2023-10-18 11:53 UTC (7+ messages)
` [PATCH 2/6] drm/amdgpu: replace reset_error_count with amdgpu_ras_reset_error_count
` [PATCH 3/6] drm/amdgpu: add set/get mca debug mode operations
` [PATCH 4/6] drm/amd/pm: record mca debug mode in RAS
` [PATCH 5/6] drm/amdgpu: bypass RAS error reset in some conditions
` [PATCH 6/6] drm/amdgpu: drop status query/reset for GCEA 9.4.3 and MMEA 1.8
[PATCH] drm/amdgpu: Remove redundant call to priority_is_valid()
2023-10-18 9:16 UTC (2+ messages)
[PATCH 1/6] drm/amdgpu: define ras_reset_error_count function
2023-10-18 7:43 UTC (8+ messages)
` [PATCH 2/6] drm/amdgpu: add set/get mca debug mode operations
` [PATCH 3/6] drm/amd/pm: record mca debug mode in RAS
` [PATCH 4/6] drm/amdgpu: bypass RAS error reset in some conditions
` [PATCH 5/6] drm/amdgpu: reuse amdgpu_ras_reset_error_count code
` [PATCH 6/6] drm/amdgpu: drop status reset for GCEA 9.4.3 and MMEA 1.8
[PATCH] drm/amdgpu: support saving bad pages after gpu ras reset
2023-10-18 7:27 UTC
[PATCH 00/11] Enable integration of KFD with DRM GEM_VA ioctl
2023-10-18 6:50 UTC (13+ messages)
` [PATCH 01/11] drm/amdgpu: Fix possible null pointer dereference
` [PATCH 02/11] drm/amdgpu: Reserve fences for VM update
` [PATCH 03/11] drm/amdkfd: Improve amdgpu_vm_handle_moved
` [PATCH 04/11] drm/amdgpu: Attach eviction fence on alloc
` [PATCH 05/11] drm/amdgpu: update mappings not managed by KFD
` [PATCH 06/11] drm/amdkfd: Move TLB flushing logic into amdgpu
` [PATCH 07/11] drm/amdgpu: New VM state for evicted user BOs
` [PATCH 08/11] drm/amdgpu: Auto-validate DMABuf imports in compute VMs
` [PATCH 09/11] drm/amdkfd: Export DMABufs from KFD using GEM handles
` [PATCH 10/11] drm/amdkfd: Import DMABufs for interop through DRM
` [PATCH 11/11] drm/amdkfd: Bump KFD ioctl version
[PATCH Review 1/1] drm/amdgpu: Workaround to skip kiq ring test during ras gpu recovery
2023-10-18 6:00 UTC (4+ messages)
[PATCH] drm/amdgpu remove restriction of sriov max_pfn on Vega10
2023-10-18 6:00 UTC (2+ messages)
[PATCH v12 0/9] Enable Wifi RFI interference mitigation feature support
2023-10-18 2:24 UTC (17+ messages)
` [PATCH v12 1/9] Documentation/driver-api: Add document about WBRF mechanism
` [PATCH v12 2/9] platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation feature
` [PATCH v12 3/9] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [PATCH v12 4/9] wifi: mac80211: Add support for WBRF features
` [PATCH v12 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [PATCH v12 8/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [PATCH v12 9/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7
[linux-next:master] BUILD REGRESSION 4d5ab2376ec576af173e5eac3887ed0b51bd8566
2023-10-17 22:30 UTC
[PATCH] drm/amd/pm: Handle non-terminated overdrive commands
2023-10-17 21:26 UTC (2+ messages)
[PATCH 0/2] Reduce stack size for DML2
2023-10-17 21:19 UTC (5+ messages)
[PATCH][next] drm/amd/display: Fix a handful of spelling mistakes in dml_print output
2023-10-17 21:16 UTC (2+ messages)
[PATCH] drm/amd: Add missing kernel doc for prepare_suspend()
2023-10-17 21:09 UTC (2+ messages)
[PATCH 1/2] drm/amdgpu: Unset context priority is now invalid
2023-10-17 19:16 UTC (4+ messages)
[PATCH v2 1/7] drm/amdkfd: Wait vm update fence after retry fault recovered
2023-10-17 18:07 UTC (6+ messages)
` [PATCH v2 2/7] drm/amdkfd: Add helper function svm_range_need_access_gpus
` [PATCH v2 3/7] amd/amdkfd: Add granularity bitmap mapped to gpu flag
[PATCH] drm/amdkfd: clean up some inconsistent indenting
2023-10-17 17:54 UTC (2+ messages)
[PATCH] drm/amdgpu: ignore duplicate BOs again
2023-10-17 16:59 UTC (5+ messages)
[PATCH v7 0/6] drm: Add support for atomic async page-flip
2023-10-17 15:55 UTC (11+ messages)
` [PATCH v7 1/6] drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commits
` [PATCH v7 2/6] drm: introduce DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP
` [PATCH v7 3/6] drm: introduce drm_mode_config.atomic_async_page_flip_not_supported
` [PATCH v7 4/6] drm: Refuse to async flip with atomic prop changes
` [PATCH v7 5/6] drm/doc: Define KMS atomic state set
` [PATCH v7 6/6] amd/display: indicate support for atomic async page-flips on DC
[PATCH] drm/radeon: Remove the useless variable 'disable_plloff_in_l1'
2023-10-17 10:42 UTC
[PATCH v6 0/6] drm: Add support for atomic async page-flip
2023-10-17 12:10 UTC (10+ messages)
` [PATCH v6 6/6] drm/doc: Define KMS atomic state set
[PATCH] drm/amdgpu: add clockgating support for NBIO v7.7.1
2023-10-17 11:40 UTC (3+ messages)
[PATCH] drm/amdgpu: move task_info to amdgpu_fpriv
2023-10-17 9:14 UTC (6+ messages)
[PATCH] drm/amdgpu: update to the latest GC 11.5 headers
2023-10-17 9:04 UTC (2+ messages)
[PATCH] drm/amd/pm: Support for getting power1_cap_min value
2023-10-17 8:03 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox