AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-12 14:01:52 to 2023-07-14 07:52:39 UTC [more...]

[PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-14  7:49 UTC  (15+ messages)
` [PATCH v3 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v3 03/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH v3 04/18] "
` [PATCH v3 05/18] "
` [PATCH v3 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v3 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v3 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v3 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v3 12/18] staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 13/18] fbdev: "
` [PATCH v3 14/18] "
` [PATCH v3 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v3 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data

[PATCH v2 0/6] drm/amdgpu: Add new reset option and rework coredump
 2023-07-14  7:50 UTC  (9+ messages)
` [PATCH v2 1/6] drm/amdgpu: Create a module param to disable soft recovery
` [PATCH v2 2/6] drm/amdgpu: Allocate coredump memory in a nonblocking way
` [PATCH v2 3/6] drm/amdgpu: Rework coredump to use memory dynamically
` [PATCH v2 4/6] drm/amdgpu: Limit info in coredump for kernel threads
` [PATCH v2 5/6] drm/amdgpu: Log IBs and ring name at coredump
` [PATCH v2 6/6] drm/amdgpu: Create version number for coredumps

[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"
 2023-07-14  7:21 UTC  (2+ messages)

Fwd: radeon.ko/i586: BUG: kernel NULL pointer dereference, address: 00000004
 2023-07-14  5:34 UTC  (5+ messages)
`  "
    ` radeon.ko/i586: BUG: kernel NULL pointer dereference, address:00000004

[PATCH] drm/amd: open brace '{' following struct go on the same line
 2023-07-14  6:04 UTC 

[PATCH] drm/radeon/dpm: ERROR: open brace '{' following enum go on the same line
 2023-07-14  4:59 UTC 

[PATCH] drm/radeon: ERROR: space prohibited before that ', ' (ctx:WxV)
 2023-07-14  5:07 UTC 

[PATCH] drm/amdgpu/discovery: open brace '{' following struct go on the same line
 2023-07-14  6:38 UTC 

[PATCH] drm/amd/amd_shared.h: remove spaces after '*'
 2023-07-14  6:28 UTC 

[PATCH] drm/amd: add missing spaces after ',' and remove spaces before ','
 2023-07-14  6:12 UTC 

[PATCH] drm/amd: open brace '{' following struct go on the same line
 2023-07-14  6:23 UTC 

[PATCH] drm/radeon: ERROR: spaces required around that '+=' (ctx:VxV)
 2023-07-14  3:32 UTC 

[PATCH] drm/radeon: ERROR: that open brace { should be on the previous line
 2023-07-14  3:54 UTC 

[PATCH] drm/radeon: ERROR: open brace '{' following function definitions go on the next line
 2023-07-14  3:20 UTC 

[PATCH] drm/radeon: ERROR: open brace '{' following struct go on the same line
 2023-07-14  5:24 UTC 

[PATCH] drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_ta
 2023-07-14  5:41 UTC 

[PATCH 1/2] Revert "drm/amdgpu: update kernel vcn ring test"
 2023-07-14  4:12 UTC  (5+ messages)
` [PATCH 2/2] Revert "drm/amdgpu:update "

[PATCH Review V3 1/2] drm/amdgpu: Enable aqua vanjaram RAS
 2023-07-14  4:06 UTC  (3+ messages)
` [PATCH Review V3 2/2] drm/amdgpu: Disable RAS by default on APU flatform

[PATCH v2] drm/amd/display: Use root connector's colorspace property for MST
 2023-07-13 20:51 UTC  (2+ messages)

[PATCH v4 00/21] fix DRM_USE_DYNAMIC_DEBUG regression
 2023-07-13 19:13 UTC  (25+ messages)
` [PATCH v4 01/21] drm: use correct ccflags-y syntax
` [PATCH v4 02/21] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v4 03/21] dyndbg: make ddebug_class_param union members same size
` [PATCH v4 04/21] dyndbg: replace classmap list with a vector
` [PATCH v4 05/21] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v4 06/21] dyndbg: split param_set_dyndbg_classes to module/wrapper fns
` [PATCH v4 07/21] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v4 08/21] dyndbg: reduce verbose/debug clutter
` [PATCH v4 09/21] dyndbg: silence debugs with no-change updates
` [PATCH v4 10/21] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v4 11/21] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v4 12/21] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v4 13/21] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP & CONFIG_DRM_USE_DYNAMIC_DEBUG
` [PATCH v4 14/21] dyndbg: refactor ddebug_classparam_clamp_input
` [PATCH v4 15/21] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v4 16/21] dyndbg-test: make it build with just CONFIG_DYNAMIC_DEBUG_CORE
` [PATCH v4 17/21] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v4 18/21] compiler.h: RFC - s/__LINE__/__COUNTER__/ in __UNIQUE_ID fallback
` [PATCH v4 19/21] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers
` [PATCH v4 20/21] config TEST_DYNAMIC_DEBUG default m
` [PATCH v4 21/21] dyndbg-doc: add classmap info to howto

[PATCH v3 00/12] AMDGPU Doorbell manager
 2023-07-13 19:05 UTC  (5+ messages)
` [PATCH v3 08/12] drm/amdgpu: use doorbell manager for kfd kernel doorbells
` [PATCH v3 09/12] drm/amdgpu: use doorbell manager for kfd process doorbells

[PATCH] drm/amd: Fix an error handling mistake in psp_sw_init()
 2023-07-13  5:14 UTC 

[PATCH 1/3] drm/amd/display: Expose more formats for overlay planes on DCN
 2023-07-13 18:03 UTC  (4+ messages)
` [PATCH 3/3] drm/amd/display: Implement zpos property

[PATCH v2 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-13 16:02 UTC  (23+ messages)
` [PATCH v2 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v2 02/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH v2 03/18] "
` [PATCH v2 04/18] "
` [PATCH v2 05/18] "
` [PATCH v2 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v2 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v2 08/18] sh: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v2 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v2 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v2 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v2 12/18] staging: "
` [PATCH v2 13/18] fbdev: "
` [PATCH v2 14/18] "
` [PATCH v2 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v2 16/18] fbdev/pxafb: "
` [PATCH v2 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v2 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data

[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
 2023-07-13 15:39 UTC  (25+ messages)
  ` [Freedreno] "

[PATCH Review V2 1/2] drm/amdgpu: Enable aqua vanjaram RAS
 2023-07-13 14:58 UTC  (3+ messages)
` [PATCH Review V2 2/2] drm/amdgpu: Disable RAS by default on APU flatform

[PATCH 1/2] drm/amdgpu/pm: make gfxclock consistent for sienna cichlid
 2023-07-13 14:44 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/pm: make mclk consistent for smu 13.0.7

[PATCH] Revert "drm/amdgpu: enable mcbp by default on gfx9"
 2023-07-13 13:27 UTC  (3+ messages)

[PATCH] drm/amdgpu: Avoid possiblity of kernel crash in 'gmc_v8_0, gmc_v7_0_init_microcode()'
 2023-07-13 13:21 UTC  (2+ messages)

[PATCH v4 05/11] drm/amdgpu: Use RMW accessors for changing LNKCTL
 2023-07-13 12:45 UTC  (2+ messages)
` [PATCH v4 06/11] drm/radeon: "

[PATCH] drm/amdgpu: load sdma ucode in the guest machine
 2023-07-13 10:15 UTC 

[PATCH v5 0/6] drm: Add support for atomic async page-flip
 2023-07-13  7:51 UTC  (4+ messages)
` [PATCH v5 6/6] drm/doc: Define KMS atomic state set

[PATCH V6 0/9] Enable Wifi RFI interference mitigation feature support
 2023-07-12 23:28 UTC  (4+ messages)
` [PATCH V6 1/9] drivers core: Add support for Wifi band RF mitigations

[PATCH v2] drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metrics
 2023-07-13  0:56 UTC  (2+ messages)

[pull] amdgpu drm-fixes-6.5
 2023-07-12 18:40 UTC 

[PATCH 00/33] DC Patches July 12, 2023
 2023-07-12 17:11 UTC  (34+ messages)
` [PATCH 01/33] drm/amd/display: Setup stream encoder before link enable for TMDS
` [PATCH 02/33] drm/amd/display: Use is_dig_enable function instead of dcn10 hardcode
` [PATCH 03/33] drm/amd/display: Re-add aux intercept disable delay generically for 2+ LTTPRs
` [PATCH 04/33] drm/amd/display: Add polling method to handle MST reply packet
` [PATCH 05/33] drm/amd/display: Improve the include of header file
` [PATCH 06/33] drm/amd/display: Remove unused function
` [PATCH 07/33] drm/amd/display: Add missing static
` [PATCH 08/33] drm/amd/display: Hardcode vco_freq for dcn316
` [PATCH 09/33] drm/amd/display: Reduce stack size
` [PATCH 10/33] drm/amd/display: Skip enabling DMCUB when using emulation
` [PATCH 11/33] drm/amd/display: check TG is non-null before checking if enabled
` [PATCH 12/33] drm/amd/display: Update scaler recout data for visual confirm
` [PATCH 13/33] drm/amd/display: Skip querying caps when DMCUB emulation is in use
` [PATCH 14/33] drm/amd/display: Promote DAL to 3.2.242
` [PATCH 15/33] drm/amd/display: Update 128b/132b downspread factor to 0.3%
` [PATCH 16/33] drm/amd/display: Add helpers to get DMUB FW boot options
` [PATCH 17/33] drm/amd/display: Initialize necessary uninitialized variables
` [PATCH 18/33] drm/amd/display: Add stream overhead in BW calculations for 128b/132b
` [PATCH 19/33] drm/amd/display: Add link encoding to timing BW calculation parameters
` [PATCH 20/33] drm/amd/display: Prevent vtotal from being set to 0
` [PATCH 21/33] drm/amd/display: Fix race condition when turning off an output alone
` [PATCH 22/33] drm/amd/display: Keep PHY active for DP displays on DCN31
` [PATCH 23/33] drm/amd/display: Fix ASIC check in aux timeout workaround
` [PATCH 24/33] drm/amd/display: ABM pause toggle
` [PATCH 25/33] drm/amd/display: Add missing triggers for full updates
` [PATCH 26/33] drm/amd/display: Disable MPC split by default on special asic
` [PATCH 27/33] drm/amd/display: add additional refresh rate conditions for SubVP cases
` [PATCH 28/33] drm/amd/display: Fix DP2 link training failure with RCO
` [PATCH 29/33] drm/amd/display: Reenable all root clock gating options
` [PATCH 30/33] drm/amd/display: Cache backlight_millinits in link structure and setting brightness accordingly
` [PATCH 31/33] drm/amd/display: refine to decide the verified link setting
` [PATCH 32/33] drm/amd/display: Update SW cursor fallback for subvp high refresh
` [PATCH 33/33] drm/amd/display: Promote DAL to 3.2.243

[PATCH] Revert "drm/amd/display: Program OTG vtotal min/max selectors unconditionally for DCN1+"
 2023-07-12 16:57 UTC  (9+ messages)

[PATCH 0/5] mm: convert to vma_is_heap/stack()
 2023-07-12 16:24 UTC  (8+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "
` [PATCH 3/5] drm/amdkfd: "
` [PATCH 4/5] selinux: "
` [PATCH 5/5] perf/core: "

Clean up patches in display/amdgpu_dm code
 2023-07-12 16:15 UTC  (5+ messages)
` [PATCH 2/6] drm/amd/display: Remove spaces before tabs in amdgpu_dm_hdcp.c
` [PATCH 6/6] drm/amd/display: Eliminate warnings in amdgpu_dm_helpers.c

[PATCH v5 00/10] AMDGPU Usermode queues
 2023-07-12 16:07 UTC  (9+ messages)
` [PATCH v5 04/10] drm/amdgpu: create GFX-gen11 usermode queue

[PATCH] drm/amdgpu: expand runpm parameter
 2023-07-12 15:52 UTC 

[PATCH] drm/amdgpu: Rename to amdgpu_vm_tlb_seq_struct
 2023-07-12 15:13 UTC  (5+ messages)

[PATCH] drm/amdgpu: replace 1-element arrays with flexible arrays
 2023-07-12 14:12 UTC  (2+ messages)


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