Linux AMD GFX
[Prev Page][Next Page]
- [PATCH v4 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver, (continued)
- [PATCH] drm/radeon: Fix style issues in radeon _encoders.c & _gart.c,
Srinivasan Shanmugam
- [PATCH] drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.c,
Srinivasan Shanmugam
- [PATCH v3 0/5] drm/amdgpu: Add new reset option and rework coredump,
André Almeida
- [PATCH] drm/radeon: ERROR: "foo* bar" should be "foo *bar",
shijie001
- [PATCH] drm/amdgpu: use a macro to define no xcp partition case, Guchun Chen
- [PATCH 1/2] drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create,
Guchun Chen
- [PATCH 2/2] drm/amdgpu: Enabling FW workaround through shared memory for VCN 4, sguttula
- [PATCH 2/2] drm/amdgpu: Add FW shared flag for DRM KEY INJECT,
sguttula
- [PATCH 1/2] drm/amdgpu: allow secure submission on VCN4 ring,
sguttula
- [PATCH 1/2] drm/amdkfd: fix trap handling work around for debugging,
Jonathan Kim
- [PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags,
Thomas Zimmermann
- [PATCH v3 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation, Thomas Zimmermann
- [PATCH v3 03/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver, Thomas Zimmermann
- [PATCH v3 04/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 12/18] staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT, Thomas Zimmermann
- [PATCH v3 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver, Thomas Zimmermann
- [PATCH v3 14/18] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag, Thomas Zimmermann
- [PATCH v3 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH v3 13/18] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 05/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data, Thomas Zimmermann
- [PATCH v3 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH v3 02/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v3 16/18] fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- Re: [PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags, Geert Uytterhoeven
- [PATCH] drm/radeon/dpm: ERROR: open brace '{' following enum go on the same line,
shijie001
- [PATCH] drm/radeon: ERROR: space prohibited before that ', ' (ctx:WxV), shijie001
- Fwd: radeon.ko/i586: BUG: kernel NULL pointer dereference, address: 00000004,
Bagas Sanjaya
- [PATCH] drm/amdgpu/discovery: open brace '{' following struct go on the same line, sunran001
- [PATCH] drm/amd/amd_shared.h: remove spaces after '*', sunran001
- [PATCH] drm/amd: add missing spaces after ',' and remove spaces before ',', sunran001
- [PATCH] drm/amd: open brace '{' following struct go on the same line,
sunran001
- [PATCH] drm/radeon: ERROR: spaces required around that '+=' (ctx:VxV), shijie001
- [PATCH] drm/radeon: ERROR: open brace '{' following struct go on the same line, shijie001
- [PATCH] drm/radeon: ERROR: open brace '{' following function definitions go on the next line, shijie001
- [PATCH] drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_ta,
Candice Li
- [PATCH Review V3 1/2] drm/amdgpu: Enable aqua vanjaram RAS,
Stanley.Yang
- [PATCH v2 0/6] drm/amdgpu: Add new reset option and rework coredump,
André Almeida
- [PATCH v2] drm/amd/display: Use root connector's colorspace property for MST,
Harry Wentland
- [PATCH] drm/amd: Fix an error handling mistake in psp_sw_init(),
Mario Limonciello
- [PATCH v4 00/21] fix DRM_USE_DYNAMIC_DEBUG regression,
Jim Cromie
- [PATCH v4 01/21] drm: use correct ccflags-y syntax, Jim Cromie
- [PATCH v4 02/21] test-dyndbg: fixup CLASSMAP usage error, Jim Cromie
- [PATCH v4 03/21] dyndbg: make ddebug_class_param union members same size, Jim Cromie
- [PATCH v4 04/21] dyndbg: replace classmap list with a vector, Jim Cromie
- [PATCH v4 06/21] dyndbg: split param_set_dyndbg_classes to module/wrapper fns, Jim Cromie
- [PATCH v4 07/21] dyndbg: drop NUM_TYPE_ARRAY, Jim Cromie
- [PATCH v4 05/21] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it, Jim Cromie
- [PATCH v4 09/21] dyndbg: silence debugs with no-change updates, Jim Cromie
- [PATCH v4 08/21] dyndbg: reduce verbose/debug clutter, Jim Cromie
- [PATCH v4 10/21] dyndbg: tighten ddebug_class_name() 1st arg type, Jim Cromie
- [PATCH v4 12/21] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code, Jim Cromie
- [PATCH v4 11/21] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap, Jim Cromie
- [PATCH v4 13/21] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP & CONFIG_DRM_USE_DYNAMIC_DEBUG, Jim Cromie
- [PATCH v4 16/21] dyndbg-test: make it build with just CONFIG_DYNAMIC_DEBUG_CORE, Jim Cromie
- [PATCH v4 15/21] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API, Jim Cromie
- [PATCH v4 17/21] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN, Jim Cromie
- [PATCH v4 14/21] dyndbg: refactor ddebug_classparam_clamp_input, Jim Cromie
- [PATCH v4 18/21] compiler.h: RFC - s/__LINE__/__COUNTER__/ in __UNIQUE_ID fallback, Jim Cromie
- [PATCH v4 19/21] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers, Jim Cromie
- [PATCH v4 20/21] config TEST_DYNAMIC_DEBUG default m, Jim Cromie
- [PATCH v4 21/21] dyndbg-doc: add classmap info to howto, Jim Cromie
- [PATCH Review V2 1/2] drm/amdgpu: Enable aqua vanjaram RAS,
Stanley.Yang
- [PATCH] drm/amdgpu: Avoid possiblity of kernel crash in 'gmc_v8_0, gmc_v7_0_init_microcode()',
Srinivasan Shanmugam
- [PATCH v4 05/11] drm/amdgpu: Use RMW accessors for changing LNKCTL, Ilpo Järvinen
- [PATCH v4 06/11] drm/radeon: Use RMW accessors for changing LNKCTL, Ilpo Järvinen
- [PATCH v2 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags,
Thomas Zimmermann
- [PATCH v2 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation, Thomas Zimmermann
- [PATCH v2 03/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 04/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 08/18] sh: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag, Thomas Zimmermann
- [PATCH v2 05/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 12/18] staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH v2 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver, Thomas Zimmermann
- [PATCH v2 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver, Thomas Zimmermann
- [PATCH v2 02/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT, Thomas Zimmermann
- [PATCH v2 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 14/18] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH v2 16/18] fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH v2 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data, Thomas Zimmermann
- [PATCH v2 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH v2 13/18] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH] drm/amdgpu: load sdma ucode in the guest machine, YuanShang
- [PATCH 1/2] Revert "drm/amdgpu: update kernel vcn ring test",
Saleemkhan Jamadar
- [PATCH] Revert "drm/amdgpu: enable mcbp by default on gfx9",
Alex Deucher
- [PATCH 00/33] DC Patches July 12, 2023,
Alan Liu
- [PATCH 01/33] drm/amd/display: Setup stream encoder before link enable for TMDS, Alan Liu
- [PATCH 02/33] drm/amd/display: Use is_dig_enable function instead of dcn10 hardcode, Alan Liu
- [PATCH 03/33] drm/amd/display: Re-add aux intercept disable delay generically for 2+ LTTPRs, Alan Liu
- [PATCH 04/33] drm/amd/display: Add polling method to handle MST reply packet, Alan Liu
- [PATCH 05/33] drm/amd/display: Improve the include of header file, Alan Liu
- [PATCH 06/33] drm/amd/display: Remove unused function, Alan Liu
- [PATCH 07/33] drm/amd/display: Add missing static, Alan Liu
- [PATCH 08/33] drm/amd/display: Hardcode vco_freq for dcn316, Alan Liu
- [PATCH 11/33] drm/amd/display: check TG is non-null before checking if enabled, Alan Liu
- [PATCH 10/33] drm/amd/display: Skip enabling DMCUB when using emulation, Alan Liu
- [PATCH 12/33] drm/amd/display: Update scaler recout data for visual confirm, Alan Liu
- [PATCH 13/33] drm/amd/display: Skip querying caps when DMCUB emulation is in use, Alan Liu
- [PATCH 14/33] drm/amd/display: Promote DAL to 3.2.242, Alan Liu
- [PATCH 15/33] drm/amd/display: Update 128b/132b downspread factor to 0.3%, Alan Liu
- [PATCH 16/33] drm/amd/display: Add helpers to get DMUB FW boot options, Alan Liu
- [PATCH 17/33] drm/amd/display: Initialize necessary uninitialized variables, Alan Liu
- [PATCH 18/33] drm/amd/display: Add stream overhead in BW calculations for 128b/132b, Alan Liu
- [PATCH 19/33] drm/amd/display: Add link encoding to timing BW calculation parameters, Alan Liu
- [PATCH 20/33] drm/amd/display: Prevent vtotal from being set to 0, Alan Liu
- [PATCH 21/33] drm/amd/display: Fix race condition when turning off an output alone, Alan Liu
- [PATCH 23/33] drm/amd/display: Fix ASIC check in aux timeout workaround, Alan Liu
- [PATCH 22/33] drm/amd/display: Keep PHY active for DP displays on DCN31, Alan Liu
- [PATCH 24/33] drm/amd/display: ABM pause toggle, Alan Liu
- [PATCH 09/33] drm/amd/display: Reduce stack size, Alan Liu
- [PATCH 25/33] drm/amd/display: Add missing triggers for full updates, Alan Liu
- [PATCH 26/33] drm/amd/display: Disable MPC split by default on special asic, Alan Liu
- [PATCH 27/33] drm/amd/display: add additional refresh rate conditions for SubVP cases, Alan Liu
- [PATCH 28/33] drm/amd/display: Fix DP2 link training failure with RCO, Alan Liu
- [PATCH 29/33] drm/amd/display: Reenable all root clock gating options, Alan Liu
- [PATCH 30/33] drm/amd/display: Cache backlight_millinits in link structure and setting brightness accordingly, Alan Liu
- [PATCH 31/33] drm/amd/display: refine to decide the verified link setting, Alan Liu
- [PATCH 32/33] drm/amd/display: Update SW cursor fallback for subvp high refresh, Alan Liu
- [PATCH 33/33] drm/amd/display: Promote DAL to 3.2.243, Alan Liu
- [PATCH 0/5] mm: convert to vma_is_heap/stack(),
Kefeng Wang
- [PATCH 1/7] drm/radeon: switch over to drm_exec, Christian König
- [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev,
Uwe Kleine-König
- [PATCH] drm/amdgpu: replace 1-element arrays with flexible arrays,
Ricardo Cañuelo
- [PATCH] drm/amd/display: dc.h: eliminate kernel-doc warnings,
Randy Dunlap
- scripts/kernel-doc does not handle duplicate struct & function names (e.g., in amdgpu),
Randy Dunlap
- [PATCH] drm/amdgpu: Rename to amdgpu_vm_tlb_seq_struct,
Luben Tuikov
- [PATCH v4] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel,
Guchun Chen
- [PATCH 0/6] drm/amdgpu: Add new reset option and rework coredump,
André Almeida
- [PATCH] drm/amd/display: Use root connector's colorspace property for MST,
Harry Wentland
- [PATCH] drm/amdkfd: report dispatch id always saved in ttmps after gc9.4.2,
Jonathan Kim
- [PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection,
Sui Jingfeng
- [PATCH v3 2/9] video/aperture: Add a helper for determining if an unmoved aperture contain FB, Sui Jingfeng
- [PATCH v3 1/9] video/aperture: Add a helper to detect if an aperture contains firmware FB, Sui Jingfeng
- [PATCH v3 3/9] PCI/VGA: Switch to aperture_contain_firmware_fb_nonreloc(), Sui Jingfeng
- [PATCH v3 5/9] drm/amdgpu: Implement the is_primary_gpu callback of vga_client_register(), Sui Jingfeng
- [PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection, Sui Jingfeng
- <Possible follow-ups>
- [PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection, Sui Jingfeng
- [PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection, Sui Jingfeng
- [PATCH v3 7/9] drm/i915: Add an implement for the is_primary_gpu hook, Sui Jingfeng
- [PATCH v3 3/9] PCI/VGA: Switch to aperture_contain_firmware_fb_nonreloc(), Sui Jingfeng
- [PATCH v3 6/9] drm/radeon: Add an implement for the is_primary_gpu function callback, Sui Jingfeng
- [PATCH v3 2/9] video/aperture: Add a helper for determining if an unmoved aperture contain FB, Sui Jingfeng
- [PATCH v3 8/9] drm/ast: Register as a vga client to vgaarb by calling vga_client_register(), Sui Jingfeng
- [PATCH v3 1/9] video/aperture: Add a helper to detect if an aperture contains firmware FB, Sui Jingfeng
- [PATCH v3 9/9] drm/loongson: Add an implement for the is_primary_gpu function callback, Sui Jingfeng
- [PATCH v3 5/9] drm/amdgpu: Implement the is_primary_gpu callback of vga_client_register(), Sui Jingfeng
- Re: [PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection, Bjorn Helgaas
- [PATCH v3] drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3),
Victor Lu
- drm_exec context for amdgpu,
Christian König
- [PATCH] drm/amd/display: enable/disable PSR feature at run time,
Shirish S
- [bug report] drm/amdgpu/gfx11: add aggregated doorbell support, Dan Carpenter
- [PATCH v3] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel,
Guchun Chen
- [PATCH] drm/amdkfd: Update CWSR grace period for GFX9.4.3, Mukul Joshi
- [PATCH] drm/amdkfd: enable grace period for xcp instance,
Eric Huang
- [PATCH v3 2/2] drm/amdgpu: update kernel vcn ring test,
Saleemkhan Jamadar
- [PATCH] drm/radeon: ERROR: that open brace { should be on the previous line,
sunran001
- [PATCH] drm/radeon: ERROR: "foo * bar" should be "foo *bar",
sunran001
- [PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)",
sunran001
- [PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags,
Thomas Zimmermann
- [PATCH 01/17] drm: Remove flag FBINFO_DEFAULT from fbdev emulation, Thomas Zimmermann
- [PATCH 04/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 12/17] staging: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 03/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 15/17] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH 02/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 07/17] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver, Thomas Zimmermann
- [PATCH 10/17] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver, Thomas Zimmermann
- [PATCH 17/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH 13/17] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 08/17] arch/sh: Do not assign FBINFO_FLAG_DEFAULT to fb_videomode.flag, Thomas Zimmermann
- [PATCH 14/17] fbdev: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 06/17] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT, Thomas Zimmermann
- [PATCH 09/17] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 16/17] fbdev/pxafb: Remove flag FBINFO_FLAG_DEFAULT, Thomas Zimmermann
- [PATCH 05/17] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers, Thomas Zimmermann
- [PATCH 11/17] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers, Thomas Zimmermann
- Re: [PATCH 00/17] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags, Sam Ravnborg
- [PATCH] drm/client: Send hotplug event after registering a client,
Thomas Zimmermann
- [PATCH V6 0/9] Enable Wifi RFI interference mitigation feature support,
Evan Quan
- [PATCH v2 2/2] drm/amdgpu: update kernel vcn ring test,
Saleemkhan Jamadar
- [PATCH] dc_dmub_srv: Use max()/min() function for better coding conventions, Yang Rong
- [PATCH v2] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel,
Guchun Chen
- [PATCH 1/2] drm/amdgpu: rename psp_execute_non_psp_fw_load and make it global,
Lang Yu
- [PATCH v2] drm/amdkfd: Fix stack size in 'amdgpu_amdkfd_unmap_hiq',
Srinivasan Shanmugam
- [PATCH] drm/amdkfd: Fix stack size in 'amdgpu_amdkfd_unmap_hiq', Srinivasan Shanmugam
- [PATCH 1/3] drm/amd/display: Expose more formats for overlay planes on DCN,
Joshua Ashton
- [PATCH] drm/amdkfd: avoid svm dump when dynamic debug disabled,
Alex Sierra
- [PATCH 0/4] Extend amdgpu_device_pcie_dynamic_switching_supported(),
Mario Limonciello
- [Patch v2] drm/ttm: Use init_on_free to delay release TTM BOs, Rajneesh Bhardwaj
- [PATCH v5 0/6] drm: Add support for atomic async page-flip,
André Almeida
- [PATCH 0/2] Disable dynamic switching for SMU13 on Intel hosts,
Mario Limonciello
- [PATCH 0/4] Upstream debugger feature for GFX v9.4.3,
Eric Huang
- [PATCH v2] drm/amdgpu: Increase soft IH ring size,
Philip Yang
- [PATCH v5] drm/amdgpu:update kernel vcn ring test,
Saleemkhan Jamadar
- [PATCH] drm/amdgpu: Increase IH soft ring size,
Philip Yang
- [PATCH v3] drm/amdgpu: check whether smu is idle in sriov case, Danijel Slivka
- [PATCH] drm/amdgpu: correct the UCODE ID used for VCN 4.0.3 SRAM update,
Lang Yu
- [PATCH] [v2] drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar(),
Arnd Bergmann
- [PATCH v2] drm/amdgpu: check whether smu is idle in sriov case,
Danijel Slivka
- [PATCH] drm/amdgpu: Always emit GDS switch when GDS/GWS/OA is used,
Friedrich Vock
- RE: [regression][6.5] KASAN: slab-out-of-bounds in amdgpu_vm_pt_create+0x555/0x670 [amdgpu] on Radeon 7900XTX,
Chen, Guchun
- [PATCH 1/2] drm/amdgpu/gfx9: move update_spm_vmid() out of rlc_init(),
Alex Deucher
- [PATCH 0/6] Upstream debugger feature for GFX v9.4.3,
Eric Huang
- [PATCH 1/2] drm/amdgpu: remove SRIOV VF FB location programming,
Zhigang Luo
- [PATCH v2] drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v2), Victor Lu
- [PATCH v4] drm/amdgpu:update kernel vcn ring test,
Saleemkhan Jamadar
- [PATCH libdrm v2] amdgpu: Use PRI?64 to format uint64_t,
Geert Uytterhoeven
- [PATCH v3] drm/amdgpu:update kernel vcn ring test,
Saleemkhan Jamadar
- [PATCH v5 00/10] AMDGPU Usermode queues,
Shashank Sharma
- [PATCH v5 03/10] drm/amdgpu: add new IOCTL for usermode queue, Shashank Sharma
- [PATCH v5 02/10] drm/amdgpu: add usermode queue base code, Shashank Sharma
- [PATCH v5 01/10] drm/amdgpu: UAPI for user queue management, Shashank Sharma
- [PATCH v5 04/10] drm/amdgpu: create GFX-gen11 usermode queue, Shashank Sharma
- [PATCH v5 06/10] drm/amdgpu: map usermode queue into MES, Shashank Sharma
- [PATCH v5 05/10] drm/amdgpu: create context space for usermode queue, Shashank Sharma
- [PATCH v5 07/10] drm/amdgpu: map wptr BO into GART, Shashank Sharma
- [PATCH v5 08/10] drm/amdgpu: generate doorbell index for userqueue, Shashank Sharma
- [PATCH v5 09/10] drm/amdgpu: cleanup leftover queues, Shashank Sharma
- [PATCH v5 10/10] drm/amdgpu: add delay after userqueue mapping, Shashank Sharma
- [PATCH] drm/amdgpu: check whether smu is idle in sriov case,
Danijel Slivka
- [PATCH] drm/amdgpu: add watchdog timer enablement for gfx_v9_4_3, Tao Zhou
- [PATCH] drm/amdgpu/vkms: drop redundant set of fb_modifiers_not_supported,
Guchun Chen
- [PATCH] drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel,
Guchun Chen
- [PATCH] Fix max/min warnings in virtio_net, amd/display, and io_uring,
Yang Rong
- [PATCH] drm/amdgpu: Add dcdebugmask option to enable DPIA trace,
Stylon Wang
- [PATCH] drm/ttm: Use init_on_free to early release TTM BOs,
Rajneesh Bhardwaj
- [PATCH 1/2] drm/amd/display: Do not set drr on pipe commit,
Aurabindo Pillai
- [RFC 1/2] drm/amd: Extend Intel ASPM quirk to all dGPUs,
Mario Limonciello
- [PATCH] drm/amd: Avoid running psp_ras_initialize() on HW without RAS,
Mario Limonciello
- [PATCH libdrm] amdgpu: Fix pointer/integer mismatch warning, Geert Uytterhoeven
- [PATCH libdrm] amdgpu: Use %ll to format 64-bit integers,
Geert Uytterhoeven
- [PATCH v1] drivers: dcn315: remove duplicate assignments, Minjie Du
- [PATCH v2] drm/ttm: fix one use-after-free,
Lang Yu
- Missing AMDGPU drm-fixes-6.4 merges,
Takashi Iwai
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]