amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-13 08:18:32 to 2023-03-17 20:37:08 UTC [more...]

[PATCH 01/37] drm/amd/display/dc/dc_hdmi_types: Move string definition to the only file it's used in
 2023-03-17 20:36 UTC  (32+ messages)
` [PATCH 03/37] drm/amd/amdgpu/amdgpu_device: Provide missing kerneldoc entry for 'reset_context'
` [PATCH 13/37] drm/amd/amdgpu/amdgpu_ucode: Remove unused function ‘amdgpu_ucode_print_imu_hdr’
` [PATCH 14/37] drm/amd/amdgpu/amdgpu_vm_pt: Supply description for amdgpu_vm_pt_free_dfs()'s unlocked param
` [PATCH 15/37] drm/amd/amdgpu/gmc_v11_0: Provide a few missing param descriptions relating to hubs and flushes
` [PATCH 16/37] drm/amd/amdgpu/ih_v6_0: Repair misspelling and provide descriptions for 'ih'
` [PATCH 17/37] drm/amd/amdgpu/amdgpu_mes: Ensure amdgpu_bo_create_kernel()'s return value is checked
` [PATCH 18/37] drm/amd/amdgpu/amdgpu_vce: Provide description for amdgpu_vce_validate_bo()'s 'p' param
` [PATCH 19/37] drm/amd/pm/swsmu/smu11/vangogh_ppt: Provide a couple of missing parameter descriptions
` [PATCH 20/37] drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move defines out to where they are actually used
` [PATCH 26/37] drm/amd/display/amdgpu_dm/amdgpu_dm_helpers: Move SYNAPTICS_DEVICE_ID into CONFIG_DRM_AMD_DC_DCN ifdef
` [PATCH 27/37] drm/amd/display/dc/dce/dmub_psr: Demote kerneldoc abuse
` [PATCH 28/37] drm/amd/display/dc/core/dc_stat: Convert a couple of doc headers to kerneldoc format
` [PATCH 29/37] drm/amd/display/dc/link/link_detection: Remove unused variable 'status'
` [PATCH 30/37] drm/amd/display/dc/link/protocols/link_dp_training: Remove set but unused variable 'result'
` [PATCH 32/37] drm/amd/display/dc/link/protocols/link_dp_capability: Remove unused variable and mark another as __maybe_unused
` [PATCH 33/37] drm/amd/display/dc/link/protocols/link_dp_capability: Demote non-compliant kerneldoc
` [PATCH 35/37] drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings
` [PATCH 36/37] drm/amd/display/dc/link/link_detection: Demote a couple of kerneldoc abuses

[PATCH] drm/amdgpu: add print for iommu translation mode
 2023-03-17 20:04 UTC  (4+ messages)

[PATCH v3 00/17] Enable Colorspace connector property in amdgpu
 2023-03-17 19:13 UTC  (21+ messages)
` [PATCH v3 09/17] drm/amd/display: Register Colorspace property for DP and HDMI

[BUG 6.3-rc1] Bad lock in ttm_bo_delayed_delete()
 2023-03-17 17:42 UTC  (18+ messages)
        ` [Intel-gfx] "

[PATCH 00/10] Enable FW assisted shadowing for GFX11
 2023-03-17 17:17 UTC  (11+ messages)
` [PATCH 01/10] drm/amdgpu: add UAPI to query GFX shadow sizes
` [PATCH 02/10] drm/amdgpu/UAPI: add new CS chunk for GFX shadow buffers
` [PATCH 03/10] drm/amdgpu: add gfx shadow CS IOCTL support
` [PATCH 04/10] drm/amdgpu: add gfx11 emit shadow callback
` [PATCH 05/10] drm/amdgpu/gfx11: make job optional in emit_gfx_shadow
` [PATCH 06/10] drm/amdgpu: don't require a job for cond_exec and shadow
` [PATCH 07/10] drm/amdgpu: add gfx shadow callback
` [PATCH 08/10] drm/amdgpu: add get_gfx_shadow_info callback for gfx11
` [PATCH 09/10] drm/amdgpu: add support for new GFX shadow size query
` [PATCH 10/10] drm/amdgpu: bump driver version number for CP GFX shadow

[pull] amdgpu, amdkfd, radeon, UAPI drm-next-6.4
 2023-03-17 16:44 UTC 

[linux-next:master] BUILD REGRESSION 6f08c1de13a9403341c18b66638a05588b2663ce
 2023-03-17 15:25 UTC 

[PATCH] drm/amdgpu: Adding CAP firmware initialization
 2023-03-17 15:21 UTC  (3+ messages)

[RFC PATCH 0/5] Add Xen PVH dom0 support for GPU
 2023-03-17 14:45 UTC  (26+ messages)
` [RFC PATCH 1/5] x86/xen: disable swiotlb for xen pvh
` [RFC PATCH 2/5] xen/grants: update initialization order of xen grant table
` [RFC PATCH 3/5] drm/amdgpu: set passthrough mode for xen pvh/hvm
` [RFC PATCH 4/5] x86/xen: acpi registers gsi for xen pvh
` [RFC PATCH 5/5] xen/privcmd: add IOCTL_PRIVCMD_GSI_FROM_IRQ

[PATCH 00/10] drm/radeon: Convert fbdev to DRM client
 2023-03-17  9:20 UTC  (13+ messages)
` [PATCH 01/10] drm/radeon: Move radeon_align_pitch() next to dumb-buffer helpers
` [PATCH 02/10] drm/radeon: Improve fbdev object-test helper
` [PATCH 03/10] drm/radeon: Remove struct radeon_fbdev
` [PATCH 04/10] drm/radeon: Remove test for !screen_base in fbdev probing
` [PATCH 05/10] drm/radeon: Move fbdev object helpers before struct fb_ops et al
` [PATCH 06/10] drm/radeon: Fix coding style in fbdev emulation
` [PATCH 07/10] drm/radeon: Move fbdev cleanup code into fb_destroy callback
` [PATCH 08/10] drm/radeon: Correctly clean up failed display probing
` [PATCH 09/10] drm/radeon: Implement client-based fbdev emulation
` [PATCH 10/10] drm/radeon: Only build fbdev if DRM_FBDEV_EMULATION is set

[PATCH] tests/amdgpu: Add all 9 optios to the help output
 2023-03-16 22:40 UTC 

[PATCH] tests/amdgpu: Fix Usage string
 2023-03-16 19:17 UTC 

[PATCH] umr: Add umrgui to bash command line completion
 2023-03-16 16:59 UTC 

[PATCH v3 0/6] drm/amd/display: Pass proper parent for DM backlight device v3
 2023-03-16 15:02 UTC  (4+ messages)
` [PATCH v3 4/6] drm/amd/display/amdgpu_dm: Move most backlight setup into setup_backlight_device()

[linux-next:master] BUILD REGRESSION 6f72958a49f68553f2b6ff713e8c8e51a34c1e1e
 2023-03-16 14:42 UTC 

[PATCH 1/2] drm/amd/display: make is_synaptics_cascaded_panamera static
 2023-03-16 14:28 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: Remove the unused function link_timing_bandwidth_kbps()

[PATCH v2] drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs
 2023-03-16  3:59 UTC  (5+ messages)

[PATCH 1/2] drm/amdgpu: reposition the gpu reset checking for reuse
 2023-03-16  2:15 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: skip ASIC reset for APUs when go to S4

[PATCH] drm/amdgpu: drop the extra sign extension
 2023-03-16  2:09 UTC  (3+ messages)

[pull] amdgpu, amdkfd drm-fixes-6.3
 2023-03-15 22:44 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 225b6b81afe63b3850b7cee0a3590f51144f2a75
 2023-03-15 16:03 UTC 

[PATCH] drm/amdgpu: add mes resume when do gfx post soft reset
 2023-03-15 12:55 UTC  (2+ messages)

[PATCH] [RFC] drm/drm_buddy fails to initialize on 32-bit architectures
 2023-03-15 12:42 UTC  (5+ messages)

[PATCH 6.2 015/141] drm/display: Dont block HDR_OUTPUT_METADATA on unknown EOTF
 2023-03-15 12:11 UTC  (2+ messages)
` [PATCH 6.2 016/141] drm/connector: print max_requested_bpc in state debugfs

[PATCH v2] drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
 2023-03-15 12:07 UTC 

[PATCH 6.1 013/143] drm/display: Dont block HDR_OUTPUT_METADATA on unknown EOTF
 2023-03-15 12:11 UTC  (2+ messages)
` [PATCH 6.1 014/143] drm/connector: print max_requested_bpc in state debugfs

[PATCH 5.4 03/68] drm/connector: print max_requested_bpc in state debugfs
 2023-03-15 12:11 UTC 

[PATCH 5.15 007/145] drm/connector: print max_requested_bpc in state debugfs
 2023-03-15 12:11 UTC 

[PATCH 5.10 005/104] drm/connector: print max_requested_bpc in state debugfs
 2023-03-15 12:11 UTC 

[PATCH v2] drm/amdgpu: resove reboot exception for si oland
 2023-03-15  6:05 UTC  (7+ messages)

[PATCH] drm/amd: fix compilation issue with legacy gcc
 2023-03-15  7:31 UTC  (2+ messages)

[PATCH] drm/amdgpu: Don't resume IOMMU after incomplete init
 2023-03-14 18:12 UTC  (2+ messages)

[PATCH] drm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD Navi
 2023-03-14 15:22 UTC  (2+ messages)

NAB Show 2023 - Lead & Deal retrievals
 2023-03-14 14:15 UTC 

[PATCH] drm/radeon: remove unused variable rbo
 2023-03-14 13:08 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 6/7] drm/amdkfd: Fix an illegal memory access
 2023-03-14 12:44 UTC 

[PATCH AUTOSEL 5.4 6/7] drm/amdkfd: Fix an illegal memory access
 2023-03-14 12:44 UTC 

[PATCH AUTOSEL 5.10 6/8] drm/amdkfd: Fix an illegal memory access
 2023-03-14 12:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 8/8] drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

[PATCH AUTOSEL 5.15 07/10] drm/amdkfd: Fix an illegal memory access
 2023-03-14 12:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 10/10] drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

[PATCH AUTOSEL 6.1 08/13] drm/amdkfd: Fix an illegal memory access
 2023-03-14 12:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 12/13] drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini
` [PATCH AUTOSEL 6.1 13/13] drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

[PATCH AUTOSEL 6.2 08/13] drm/amdkfd: Fix an illegal memory access
 2023-03-14 12:43 UTC  (3+ messages)
` [PATCH AUTOSEL 6.2 12/13] drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini
` [PATCH AUTOSEL 6.2 13/13] drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes

[PATCH] drm/amdgpu: skip ASIC reset for GC IP v11.0.4/11 when go to S4
 2023-03-14  9:34 UTC  (2+ messages)

[PATCH] drm/amdgpu: Init MMVM_CONTEXTS_DISABLE in gmc11 golden setting under SRIOV
 2023-03-14  7:38 UTC  (2+ messages)

[PATCH v3] drm/amdkfd: Fixed kfd_process cleanup on module exit
 2023-03-13 18:51 UTC  (2+ messages)

2023 X.Org Foundation Membership deadline for voting in the election
 2023-03-13 15:22 UTC  (2+ messages)

2023 X.Org Board of Directors Elections Nomination period is NOW
 2023-03-13 15:27 UTC  (2+ messages)

[PATCH] drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes
 2023-03-13 15:42 UTC  (2+ messages)

[RFC PATCH 1/2] drm/amdkfd: Move TLB flushing logic into amdgpu
 2023-03-13 13:29 UTC  (4+ messages)

[PATCH 00/19] DC Patches Mar 13rd, 2023
 2023-03-13 13:23 UTC  (2+ messages)

Patch "drm/connector: print max_requested_bpc in state debugfs" has been added to the 6.2-stable tree
 2023-03-13 10:55 UTC 

Patch "drm/connector: print max_requested_bpc in state debugfs" has been added to the 6.1-stable tree
 2023-03-13 10:55 UTC 

Patch "drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF" has been added to the 6.2-stable tree
 2023-03-13 10:55 UTC 

Patch "drm/connector: print max_requested_bpc in state debugfs" has been added to the 5.10-stable tree
 2023-03-13 10:53 UTC 

Patch "drm/connector: print max_requested_bpc in state debugfs" has been added to the 5.4-stable tree
 2023-03-13 10:53 UTC 

Patch "drm/connector: print max_requested_bpc in state debugfs" has been added to the 5.15-stable tree
 2023-03-13 10:54 UTC 

Patch "drm/display: Don't block HDR_OUTPUT_METADATA on unknown EOTF" has been added to the 6.1-stable tree
 2023-03-13 10:55 UTC 

[PATCH] drm/amd/display: Write to correct dirty_rect
 2023-03-13 12:00 UTC  (2+ messages)

[amdgpu] [RX550] 6.1.15+ kernel system freeze when display turned off
 2023-03-12 20:00 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;
as well as URLs for NNTP newsgroup(s).