messages from 2023-07-13 13:04:37 to 2023-07-17 15:59:15 UTC [more...]
[PATCH 1/7] drm/amdgpu/vcn: Add MMSCH v4_0_3 support for sriov
2023-07-17 15:58 UTC (2+ messages)
` [PATCH 2/7] drm/amdgpu/vcn : Skip vcn power-gating change "
Fwd: radeon.ko/i586: BUG: kernel NULL pointer dereference, address: 00000004
2023-07-17 15:36 UTC (9+ messages)
` "
` radeon.ko/i586: BUG: kernel NULL pointer dereference, address:00000004
` radeon.ko/i586: BUG: kernel NULL pointer dereference,address:00000004
[PATCH v2] drm: Spelling s/sempahore/semaphore/
2023-07-17 14:59 UTC (2+ messages)
[PATCH 1/4] drm/amdgpu: Allocate root PD on correct partition
2023-07-17 14:58 UTC (5+ messages)
` [PATCH 2/4] drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create
` [PATCH 3/4] drm/amdgpu/vm: use the same xcp_id from root PD
` [PATCH 4/4] drm/amdgpu: use a macro to define no xcp partition case
[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
2023-07-17 14:07 UTC (3+ messages)
` [PATCH v3 4/9] "
[PATCH 28/29] drm/amdkfd: Refactor migrate init to support partition switch
2023-07-17 13:09 UTC (2+ messages)
[PATCH 0/5] mm: convert to vma_is_heap/stack()
2023-07-17 10:26 UTC (10+ messages)
` [PATCH 1/5] mm: introduce vma_is_stack() and vma_is_heap()
` [PATCH 2/5] mm: use "
` [PATCH 3/5] drm/amdkfd: "
[PATCH v5 05/11] drm/amdgpu: Use RMW accessors for changing LNKCTL
2023-07-17 12:04 UTC (2+ messages)
` [PATCH v5 06/11] drm/radeon: "
[PATCH 1/2] drm/amdgpu: allow secure submission on VCN4 ring
2023-07-17 10:10 UTC (4+ messages)
[PATCH v2] drm/amdgpu: load sdma ucode in the guest machine
2023-07-17 7:24 UTC
[PATCH v4 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
2023-07-16 5:39 UTC (20+ messages)
` [PATCH v4 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v4 02/18] fbdev: Remove FBINFO_DEFAULT from static structs
` [PATCH v4 03/18] fbdev: Remove FBINFO_DEFAULT from kzalloc()'ed structs
` [PATCH v4 04/18] fbdev: Remove FBINFO_DEFAULT from devm_kzalloc()'ed structs
` [PATCH v4 05/18] fbdev: Remove FBINFO_DEFAULT from framebuffer_alloc()'ed structs
` [PATCH v4 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v4 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v4 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v4 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v4 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v4 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v4 12/18] staging: "
` [PATCH v4 13/18] fbdev: Remove FBINFO_FLAG_DEFAULT from kzalloc()'ed structs
` [PATCH v4 14/18] fbdev: Remove FBINFO_FLAG_DEFAULT from framebuffer_alloc()'ed structs
` [PATCH v4 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v4 16/18] fbdev/pxafb: "
` [PATCH v4 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v4 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data
[PATCH] drm/connector: mark enum counter value as private
2023-07-16 0:46 UTC
[PATCH 1/2] drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create
2023-07-17 1:16 UTC (4+ messages)
` [PATCH 2/2] drm/amdgpu/vm: use the same xcp_id from root PD
` [1/2] drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create
[regression][6.5] KASAN: slab-out-of-bounds in amdgpu_vm_pt_create+0x555/0x670 [amdgpu] on Radeon 7900XTX
2023-07-16 21:01 UTC (4+ messages)
[PATCH] drm/radeon: Fix style issues in radeon _encoders.c & _gart.c
2023-07-15 15:26 UTC
[PATCH] drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.c
2023-07-15 15:26 UTC
[PATCH] drm/radeon: ERROR: "foo* bar" should be "foo *bar"
2023-07-15 5:10 UTC (2+ messages)
[PATCH] drm/amdgpu: replace 1-element arrays with flexible arrays
2023-07-14 18:13 UTC (5+ messages)
[PATCH v4 00/21] fix DRM_USE_DYNAMIC_DEBUG regression
2023-07-14 17:34 UTC (27+ 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 v2] drm/amd/display: Use root connector's colorspace property for MST
2023-07-14 16:52 UTC (3+ messages)
[PATCH v3 0/5] drm/amdgpu: Add new reset option and rework coredump
2023-07-14 16:11 UTC (6+ messages)
` [PATCH v3 1/5] drm/amdgpu: Create a module param to disable soft recovery
` [PATCH v3 2/5] drm/amdgpu: Allocate coredump memory in a nonblocking way
` [PATCH v3 3/5] drm/amdgpu: Rework coredump to use memory dynamically
` [PATCH v3 4/5] drm/amdgpu: Move coredump code to amdgpu_reset file
` [PATCH v3 5/5] drm/amdgpu: Create version number for coredumps
[PATCH] drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_ta
2023-07-14 14:32 UTC (2+ messages)
[PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
2023-07-14 10:47 UTC (24+ messages)
` [PATCH v3 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v3 02/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH v3 03/18] "
` [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 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 12/18] staging: "
` [PATCH v3 13/18] fbdev: "
` [PATCH v3 14/18] "
` [PATCH v3 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v3 16/18] fbdev/pxafb: "
` [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
` [v3,18/18] "
[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
2023-07-14 7:38 UTC (19+ messages)
` [Freedreno] "
[PATCH v2 0/6] drm/amdgpu: Add new reset option and rework coredump
2023-07-14 12:23 UTC (13+ 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/amdgpu: use a macro to define no xcp partition case
2023-07-14 11:41 UTC
[PATCH 2/2] drm/amdgpu: Enabling FW workaround through shared memory for VCN 4
2023-07-14 10:31 UTC
[PATCH 2/2] drm/amdgpu: Add FW shared flag for DRM KEY INJECT
2023-07-14 10:02 UTC (2+ messages)
[PATCH 1/2] drm/amdkfd: fix trap handling work around for debugging
2023-07-14 9:37 UTC (2+ messages)
` [PATCH 2/2] drm/amdkfd: enable cooperative groups for gfx11
[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"
2023-07-14 7:21 UTC (2+ messages)
[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 1/2] Revert "drm/amdgpu: update kernel vcn ring test"
2023-07-14 4:12 UTC (3+ messages)
[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 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 (9+ messages)
` [PATCH v2 08/18] sh: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v2 13/18] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [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 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 (2+ 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: "
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