AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-13 20:49:18 to 2021-10-18 22:57:25 UTC [more...]

[PATCH 00/27] DC Patchset for October 15
 2021-10-18 22:57 UTC  (33+ messages)
` [PATCH 01/27] drm/amd/display: Disable dpp root clock when not being used
` [PATCH 02/27] drm/amd/display: Clear encoder assignment for copied streams
` [PATCH 03/27] drm/amd/display: Do not skip link training on DP quick hot plug
` [PATCH 04/27] drm/amd/display: add DP2.0 debug option to set MST_EN for SST stream
` [PATCH 05/27] drm/amd/display: Clean Up VPG Low Mem Power
` [PATCH 06/27] drm/amd/display: do not compare integers of different widths
` [PATCH 07/27] drm/amd/display: correct apg audio channel enable golden value
` [PATCH 08/27] drm/amd/display: Validate plane rects before use
` [PATCH 09/27] drm/amd/display: Removed power down on boot from DCN31
` [PATCH 10/27] drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1
` [PATCH 11/27] drm/amd/display: Fix DP2 SE and LE SYMCLK selection for B0 PHY
` [PATCH 12/27] drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1
` [PATCH 13/27] drm/amd/display: Add missing PSR state
` [PATCH 14/27] drm/amd/display: Disable dsc root clock when not being used
` [PATCH 15/27] drm/amd/display: Require immediate flip support for DCN3.1 planes
` [PATCH 16/27] drm/amd/display: increase Z9 latency to workaround underflow in Z9
` [PATCH 17/27] drm/amd/display: Increase watermark latencies for DCN3.1
` [PATCH 18/27] drm/amd/display: Disable dpstreamclk, symclk32_se, and symclk32_le
` [PATCH 19/27] drm/amd/display: Removed z10 save after dsc disable
` [PATCH 20/27] drm/amd/display: Moved dccg init to after bios golden init
` [PATCH 21/27] drm/amd/display: Disable hdmistream and hdmichar clocks
` [PATCH 22/27] drm/amd/display: Change initializer to single brace
` [PATCH 23/27] drm/amd/display: 3.2.157
` [PATCH 24/27] drm/amd/display: Add bios parser support for latest firmware_info
` [PATCH 25/27] drm/amd/display: [FW Promotion] Release 0.0.88
` [PATCH 26/27] Revert "drm/amd/display: Fix error in dmesg at boot"
` [PATCH 27/27] Revert "drm/amd/display: Add helper for blanking all dp displays"

[PATCH 0/5] 0 MHz is not a valid current frequency
 2021-10-18 22:52 UTC  (9+ messages)
` [PATCH 1/5] drm/amd/pm: Slight function rename

[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-10-18 19:37 UTC  (22+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH] drm/amdgpu: fix the hang observed on Carrizo due to UVD suspend failure
 2021-10-18 16:51 UTC  (6+ messages)

[PATCH 2/3] drm/amdgpu:move vram manager defines into a header file
 2021-10-18 16:44 UTC  (2+ messages)

[PATCH 0/3] drm/amdgpu replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-10-18 15:16 UTC  (6+ messages)
` [PATCH 1/3] drm/amdgpu: update drm_display_info correctly when the edid is read
` [PATCH 2/3] drm/amdgpu: use drm_edid_get_monitor_name() instead of duplicating the code
` [PATCH 3/3] drm/amdgpu: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi

[PATCH] drm/amdgpu/discovery: parse hw_id_name for SDMA instance 2 and 3
 2021-10-18 14:31 UTC  (2+ messages)

[PATCH] drm/amd/display: Fully switch to dmub for all dcn21 asics
 2021-10-18 14:12 UTC  (7+ messages)

[PATCH 1/2] drm/amdgpu: centralize checking for RAS TA status
 2021-10-18 11:55 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: output warning for unsupported ras error inject (v2)

[PATCH] drm/amdgpu: fix Polaris12 uvd crash on driver unload
 2021-10-18  9:15 UTC  (5+ messages)

[PATCH v2 00/13] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-10-16 18:42 UTC  (14+ messages)
` [PATCH v2 01/13] gpu/drm: make drm_add_edid_modes() consistent when updating connector->display_info
` [PATCH v2 02/13] drm/vc4: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
` [PATCH v2 03/13] drm/radeon: "
` [PATCH v2 04/13] drm/tegra: "
` [PATCH v2 05/13] drm/gma500: "
` [PATCH v2 06/13] drm/exynos: "
` [PATCH v2 07/13] drm/msm: "
` [PATCH v2 08/13] drm/sun4i: "
` [PATCH v2 09/13] drm/sti: "
` [PATCH v2 10/13] drm/rockchip: "
` [PATCH v2 11/13] drm/bridge: "
` [PATCH v2 12/13] drm/nouveau: "
` [PATCH v2 13/13] drm/i915: "

[PATCH 00/15] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-10-16 10:15 UTC  (30+ messages)
` [PATCH 01/15] gpu/drm: make drm_add_edid_modes() consistent when updating connector->display_info
        ` [Intel-gfx] "
        ` [Freedreno] "
` [PATCH 02/15] drm/amdgpu: use drm_* functions instead of duplicated code in amdgpu driver
` [PATCH 03/15] drm/vc4: replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
` [PATCH 04/15] drm/radeon: "
` [PATCH 05/15] drm/tegra: "
` [PATCH 06/15] drm/gma500: "
` [PATCH 07/15] drm/exynos: "
` [PATCH 08/15] drm/msm: "
` [PATCH 09/15] drm/sun4i: "
` [PATCH 10/15] drm/sti: "
` [PATCH 11/15] drm/zte: "
` [PATCH 12/15] drm/rockchip: "
` [PATCH 13/15] drm/bridge: "
` [PATCH 14/15] drm/nouveau: "
` [PATCH 15/15] drm/i915: "
  ` [Intel-gfx] "

[PATCH] drm/amdkfd: map gpu hive id to xgmi connected cpu
 2021-10-15 21:52 UTC  (2+ messages)

[PATCH 00/27] DC patchset for October 15
 2021-10-15 18:38 UTC  (9+ messages)
` [PATCH 01/27] drm/amd/display: Disable dpp root clock when not being used
` [PATCH 02/27] drm/amd/display: Clear encoder assignment for copied streams
` [PATCH 03/27] drm/amd/display: Do not skip link training on DP quick hot plug
` [PATCH 04/27] drm/amd/display: add DP2.0 debug option to set MST_EN for SST stream
` [PATCH 05/27] drm/amd/display: Clean Up VPG Low Mem Power
` [PATCH 06/27] drm/amd/display: do not compare integers of different widths
` [PATCH 07/27] drm/amd/display: correct apg audio channel enable golden value
` [PATCH 08/27] drm/amd/display: Validate plane rects before use

[PATCH] drm/amdgpu: output warning for unsupported ras error inject
 2021-10-15 13:01 UTC  (2+ messages)

bf756fb833cb ("drm/amdgpu: add missing cleanups for Polaris12 UVD/VCE on suspend")
 2021-10-15  9:24 UTC  (12+ messages)

[PATCH 1/2] drm/amdkfd: Add an optional argument into update queue operation
 2021-10-15  8:48 UTC  (2+ messages)
` [PATCH 2/2] drm/amdkfd: Remove cu mask from struct queue_properties

[PATCH] drm/amdgpu: load PSP RL in resume path
 2021-10-15  7:50 UTC  (2+ messages)

[PATCH] amdgpu: replace snprintf in show functions with sysfs_emit
 2021-10-15  6:47 UTC 

[PATCH v2] drm/amdkfd: Separate pinned BOs destruction from general routine
 2021-10-15  6:54 UTC 

[PATCH 1/5] drm/amdkfd: protect hawaii_device_info with CONFIG_DRM_AMDGPU_CIK
 2021-10-15  2:33 UTC  (3+ messages)

[PATCH] drm/amdgpu/gfx10: fix typo in gfx_v10_0_update_gfx_clock_gating()
 2021-10-15  2:18 UTC  (2+ messages)

[PATCH 0/5] 0 MHz is not a valid current frequency (v3)
 2021-10-15  0:50 UTC  (6+ messages)
` [PATCH 1/5] drm/amd/pm: Slight function rename (v2)
` [PATCH 2/5] drm/amd/pm: Rename cur_value to curr_value
` [PATCH 3/5] drm/amd/pm: Rename freq_values --> freq_value
` [PATCH 4/5] dpm/amd/pm: Sienna: 0 MHz is not a current clock frequency (v2)
` [PATCH 5/5] dpm/amd/pm: Navi10: "

[PATCH 1/2] drm: Add Gamma and Degamma LUT sizes props to drm_crtc to validate
 2021-10-14 23:42 UTC  (4+ messages)
  ` [PATCH 2/2] amd/amdgpu_dm: Verify Gamma and Degamma LUT sizes using DRM Core check

[PATCH] drm/amdkfd: map gpu hive id to xgmi connected cpu
 2021-10-14 18:46 UTC  (2+ messages)

[PATCH] drm/amdkfd: map gpu hive id to xgmi connected cpu
 2021-10-14 17:55 UTC  (2+ messages)

[PATCH] drm/amdgpu: Warn when bad pages approaches threshold
 2021-10-14 17:34 UTC 

[PATCH] drm/amdkfd: Separate pinned BOs destruction from general routine
 2021-10-14 17:14 UTC  (4+ messages)

[PATCH] amd/display: remove ChromeOS workaround
 2021-10-14 15:35 UTC 

[PATCH v5] amd/display: only require overlay plane to cover whole CRTC on ChromeOS
 2021-10-14 15:34 UTC  (6+ messages)

[pull] amdgpu, amdkfd drm-next-5.16
 2021-10-14 13:20 UTC 

[PATCH 1/3] drm/amdgpu/smu11: fix firmware version check for vangogh
 2021-10-14  2:34 UTC  (6+ messages)
` [PATCH 3/3] drm/amdgpu/psp: add some missing cases to psp_check_pmfw_centralized_cstate_management

[PATCH v4] drm/amdkfd: unregistered svm range not overlap with TTM range
 2021-10-14  0:13 UTC  (2+ messages)

[PATCH v3] drm/amdkfd: unregistered svm range not overlap with TTM range
 2021-10-13 23:18 UTC  (3+ messages)

[PATCH v4 00/20] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers
 2021-10-13 20:48 UTC  (19+ messages)
` [PATCH v4 03/20] drm/msm: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v4 04/20] drm: cleanup: drm_modeset_lock_all() "
` [PATCH v4 05/20] drm/vmwgfx: "
` [PATCH v4 06/20] drm/tegra: "
` [PATCH v4 07/20] drm/shmobile: "
` [PATCH v4 08/20] drm/radeon: "
` [PATCH v4 09/20] drm/omapdrm: "
` [PATCH v4 10/20] drm/nouveau: "
` [PATCH v4 11/20] drm/msm: "
` [PATCH v4 12/20] drm/i915: "
` [PATCH v4 13/20] drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 2]
` [PATCH v4 14/20] drm/i915: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 3]
` [PATCH v4 15/20] drm/gma500: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
` [PATCH v4 16/20] drm/amd: "
` [PATCH v4 17/20] drm/amd: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 2]
` [PATCH v4 18/20] drm/amd: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN() [part 3]
` [PATCH v4 19/20] drm: cleanup: remove drm_modeset_(un)lock_all()
` [PATCH v4 20/20] drm: cleanup: remove acquire_ctx from drm_mode_config


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