AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-24 15:13:14 to 2023-01-27 08:32:00 UTC [more...]

[PATCH] Revert "drm/display/dp_mst: Move all payload info into the atomic state"
 2023-01-27  7:39 UTC  (4+ messages)

[PATCH] drm/amdgpu/display/mst: fix an unused-variable warning
 2023-01-27  3:55 UTC  (3+ messages)

[PATCH] drm/amd/display: reduce else-if to else in dcn10_blank_pixel_data()
 2023-01-27  1:38 UTC 

[PATCH] drm/amdgpu: add force_sg_display module parameter
 2023-01-26 23:15 UTC  (4+ messages)
`  "

[PATCH] drm/amd/display: reduce else-if to else in dcn32_calculate_dlg_params()
 2023-01-26 20:49 UTC 

[PATCH 1/8] drm/amdgpu: add bitmask controll for power related sysfs interfaces
 2023-01-26 18:26 UTC  (8+ messages)
` [PATCH 8/8] drm/amd/pm: drop the support for manual fan speed setting on SMU13.0.7

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH 00/16] DC Patches Jan 25, 2023
 2023-01-26 15:00 UTC  (18+ messages)
` [PATCH 01/16] drm/amd/display: Enable Freesync over PCon
` [PATCH 02/16] drm/amd/display: add rc_params_override option in dc_dsc_config
` [PATCH 03/16] drm/amd/display: fix MALL size hardcoded for DCN321
` [PATCH 04/16] drm/amd/display: Add Debug Log for MST and PCON
` [PATCH 05/16] drm/amd/display: Fix Z8 support configurations
` [PATCH 06/16] drm/amd/display: Correct bw_params population
` [PATCH 07/16] drm/amd/display: Add missing brackets in calculation
` [PATCH 08/16] drm/amd/display: Fix only one ABM pipe enabled under ODM combined case
` [PATCH 09/16] drm/amd/display: fix FCLK pstate change underflow
` [PATCH 10/16] drm/amd/display: Adjust downscaling limits for dcn314
` [PATCH 11/16] drm/amd/display: Revert "avoid disable otg when dig was disabled"
` [PATCH 12/16] drm/amd/display: Add Function delaration in dc_link
` [PATCH 13/16] drm/amd/display: Unassign does_plane_fit_in_mall function from dcn3.2
` [PATCH 14/16] drm/amd/display: Reset DMUB mailbox SW state after HW reset
` [PATCH 15/16] drm/amd/display: fix linux dp link lost handled only one time
` [PATCH 16/16] drm/amd/display: 3.2.221

[PATCH 1/3] Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled"
 2023-01-26 14:46 UTC  (2+ messages)
` [PATCH 2/3] drm/amdgpu: always sending PSP messages LOAD_ASD and UNLOAD_TA

[PATCH 1/3] Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled"
 2023-01-26 14:28 UTC  (5+ messages)
` [PATCH 2/3] drm/amdgpu: always sending PSP messages LOAD_ASD and UNLOAD_TA
` [PATCH 3/3] drm/amdgpu: use pci_dev_is_disconnected

[bug report] drm/amd/display: move eDP panel control logic to link_edp_panel_control
 2023-01-26 11:06 UTC 

[PATCH] drm/amd: Allow s0ix without BIOS support
 2023-01-26 10:46 UTC  (3+ messages)

[PATCH v4 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
 2023-01-26  9:52 UTC  (5+ messages)
` [PATCH v4 2/4] drm/amdkfd: "
` [PATCH v4 3/4] drm/amdgpu: Movie the amdgpu_gtt_mgr start and size from pages to bytes
` [PATCH v4 4/4] drm/amdgpu: Cleanup PAGE_SHIFT operation

[PATCH v2 00/21] Enable Colorspace connector property in amdgpu
 2023-01-26  1:48 UTC  (12+ messages)
` [PATCH v2 10/21] drm/amd/display: Signal mode_changed if colorspace changed
` [PATCH v2 17/21] drm/amd/display: Format input and output CSC matrix
` [PATCH v2 18/21] drm/amd/display: Fallback to 2020_YCBCR if the pixel encoding is not RGB

[PULL] amdgpu, drm drm-fixes-6.2
 2023-01-25 22:01 UTC 

[PATCH v3 00/10] drm/fb-helper: Various cleanups
 2023-01-25 21:03 UTC  (14+ messages)
` [PATCH v3 01/10] drm/client: Test for connectors before sending hotplug event
` [PATCH v3 02/10] drm/client: Add hotplug_failed flag
` [PATCH v3 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare()
` [PATCH v3 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
` [PATCH v3 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
` [PATCH v3 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
` [PATCH v3 07/10] drm/fbdev-generic: Minimize hotplug error handling
` [PATCH v3 08/10] drm/fbdev-generic: Minimize client unregistering
` [PATCH v3 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
` [PATCH v3 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH v3 00/19] fix DRM_USE_DYNAMIC_DEBUG regression
 2023-01-25 20:37 UTC  (20+ messages)
` [PATCH v3 01/19] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v3 02/19] test-dyndbg: show that DEBUG enables prdbgs at compiletime
` [PATCH v3 03/19] dyndbg: replace classmap list with a vector
` [PATCH v3 04/19] dyndbg: make ddebug_apply_class_bitmap more selective
` [PATCH v3 05/19] dyndbg: split param_set_dyndbg_classes to inner/outer fns
` [PATCH v3 06/19] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v3 07/19] dyndbg: reduce verbose/debug clutter
` [PATCH v3 08/19] dyndbg: tighten ddebug_class_name() 1st arg
` [PATCH v3 09/19] dyndbg: constify ddebug_apply_class_bitmap args
` [PATCH v3 10/19] dyndbg-API: split DECLARE_(DYNDBG_CLASSMAP) to $1(_DEFINE|_USE)
` [PATCH v3 11/19] dyndbg-API: specialize DYNDBG_CLASSMAP_(DEFINE|USE)
` [PATCH v3 12/19] dyndbg-API: DYNDBG_CLASSMAP_USE drop extra args
` [PATCH v3 13/19] dyndbg-API: DYNDBG_CLASSMAP_DEFINE() improvements
` [PATCH v3 14/19] drm_print: fix stale macro-name in comment
` [PATCH v3 15/19] test-dyndbg: build test_dynamic_debug_submod
` [PATCH v3 16/19] test-dyndbg: rename DD_SYS_WRAP to DYNDBG_CLASSMAP_PARAM
` [PATCH v3 17/19] test-dyndbg: disable WIP dyndbg-trace params
` [PATCH v3 18/19] test-dyndbg: tune sub-module behavior
` [PATCH v3 19/19] jump_label: RFC / temporary for CI - tolerate toggled state

[PATCH 00/32] Upstream of kernel support for AMDGPU ISA debugging
 2023-01-25 19:54 UTC  (33+ messages)
` [PATCH 01/32] drm/amdkfd: add debug and runtime enable interface
` [PATCH 02/32] drm/amdkfd: display debug capabilities
` [PATCH 03/32] drm/amdkfd: prepare per-process debug enable and disable
` [PATCH 04/32] drm/amdgpu: add kgd hw debug mode setting interface
` [PATCH 05/32] drm/amdgpu: setup hw debug registers on driver initialization
` [PATCH 06/32] drm/amdgpu: add gfx9 hw debug mode enable and disable calls
` [PATCH 07/32] drm/amdgpu: add gfx9.4.1 "
` [PATCH 08/32] drm/amdgpu: add gfx10 "
` [PATCH 09/32] drm/amdgpu: add gfx9.4.2 "
` [PATCH 10/32] drm/amdgpu: add gfx11 "
` [PATCH 11/32] drm/amdgpu: add configurable grace period for unmap queues
` [PATCH 12/32] drm/amdkfd: prepare map process for single process debug devices
` [PATCH 13/32] drm/amdgpu: prepare map process for multi-process "
` [PATCH 14/32] drm/amdgpu: expose debug api for mes
` [PATCH 15/32] drm/amdkfd: prepare trap workaround for gfx11
` [PATCH 16/32] drm/amdkfd: add per process hw trap enable and disable functions
` [PATCH 17/32] drm/amdkfd: add raise exception event function
` [PATCH 18/32] drm/amdkfd: add send exception operation
` [PATCH 19/32] drm/amdkfd: add runtime enable operation
` [PATCH 20/32] drm/amdkfd: add debug trap enabled flag to tma
` [PATCH 21/32] drm/amdkfd: update process interrupt handling for debug events
` [PATCH 22/32] drm/amdkfd: add debug set exceptions enabled operation
` [PATCH 23/32] drm/amdkfd: add debug wave launch override operation
` [PATCH 24/32] drm/amdkfd: add debug wave launch mode operation
` [PATCH 25/32] drm/amdkfd: add debug suspend and resume process queues operation
` [PATCH 26/32] drm/amdkfd: add debug set and clear address watch points operation
` [PATCH 27/32] drm/amdkfd: add debug set flags operation
` [PATCH 28/32] drm/amdkfd: add debug query event operation
` [PATCH 29/32] drm/amdkfd: add debug query exception info operation
` [PATCH 30/32] drm/amdkfd: add debug queue snapshot operation
` [PATCH 31/32] drm/amdkfd: add debug device "
` [PATCH 32/32] drm/amdkfd: bump kfd ioctl minor version for debug api availability

[PATCH] drm/amdgpu: update wave data type to 3 for gfx11
 2023-01-25 19:31 UTC  (2+ messages)

[PATCH] drm/amd/display: disable S/G display on DCN 3.1.2/3
 2023-01-25 18:19 UTC 

[PATCH 2/3] drm/amdgpu: always sending PSP messages LOAD_ASD and UNLOAD_TA
 2023-01-25 17:20 UTC 

[PATCH v3 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
 2023-01-25 14:29 UTC  (7+ messages)
` [PATCH v3 2/4] drm/amdkfd: "
` [PATCH v3 3/4] drm/amdgpu: Movie the amdgpu_gtt_mgr start and size from pages to bytes
` [PATCH v3 4/4] drm/amdgpu: Support allocate of amdgpu_gtt_mgr "

[PATCH v2 00/10] drm/fb-helper: Various cleanups
 2023-01-25 14:11 UTC  (25+ messages)
` [PATCH v2 01/10] drm/client: Test for connectors before sending hotplug event
` [PATCH v2 02/10] drm/client: Add hotplug_failed flag
` [PATCH v2 03/10] drm/fb-helper: Introduce drm_fb_helper_unprepare()
` [PATCH v2 04/10] drm/fbdev-generic: Initialize fb-helper structure in generic setup
` [PATCH v2 05/10] drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
` [PATCH v2 06/10] drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
  ` [Intel-gfx] "
` [PATCH v2 07/10] drm/fbdev-generic: Minimize hotplug error handling
` [PATCH v2 08/10] drm/fbdev-generic: Minimize client unregistering
` [PATCH v2 09/10] drm/fbdev-generic: Inline clean-up helpers into drm_fbdev_fb_destroy()
` [PATCH v2 10/10] drm/fbdev-generic: Rename struct fb_info 'fbi' to 'info'

[PATCH v2 1/4] drm/amdgpu: Use cursor start instead of ttm resource start
 2023-01-25 11:43 UTC  (6+ messages)
` [PATCH v2 2/4] drm/amdkfd: "
` [PATCH v2 3/4] drm/amdgpu: Movie the amdgpu_gtt_mgr start and size from pages to bytes
` [PATCH v2 4/4] drm/amdgpu: Support allocate of amdgpu_gtt_mgr "

[PATCH 1/4] drm/amdgpu: Movie the amdgpu_gtt_mgr start and size from pages to bytes
 2023-01-25 10:04 UTC  (5+ messages)
` [PATCH 2/4] drm/amdgpu: Support allocate of amdgpu_gtt_mgr "
` [PATCH 3/4] drm/amdgpu: Use cursor start instead of ttm resource start
` [PATCH 4/4] drm/amdkfd: "

[PATCH v4 1/4] drm/gem: Remove BUG_ON in drm_gem_private_object_init
 2023-01-25 10:03 UTC  (4+ messages)
` [PATCH v4 2/4] drm/ttm: Clean up page shift operation
` [PATCH v4 3/4] drm/amdgpu: GDS/GWS/OA cleanup the "
` [PATCH v4 4/4] drm/i915: Clean up "

[linux-next:master] BUILD REGRESSION a54df7622717a40ddec95fd98086aff8ba7839a6
 2023-01-24 20:44 UTC  (5+ messages)

[PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-24 15:29 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