AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-23 23:28:05 to 2019-07-26 06:23:20 UTC [more...]

[PATCH v2 0/7] mm/hmm: more HMM clean up
 2019-07-26  6:23 UTC  (9+ messages)
  ` [PATCH v2 1/7] mm/hmm: replace hmm_update with mmu_notifier_range
  ` [PATCH v2 4/7] mm: merge hmm_range_snapshot into hmm_range_fault
  ` [PATCH v2 5/7] mm/hmm: make full use of walk_page_range()
  ` [PATCH v2 7/7] mm/hmm: remove hmm_range vma
` [PATCH v2 2/7] mm/hmm: a few more C style and comment clean ups
` [PATCH v2 3/7] mm/hmm: replace the block argument to hmm_range_fault with a flags value
` [PATCH v2 6/7] mm/hmm: remove hugetlbfs check in hmm_vma_walk_pmd

[PATCH] drm/amdgpu/powerplay: use proper revision id for navi
 2019-07-26  6:03 UTC  (4+ messages)

[PATCH 01/11] drm/amdgpu: add an asic callback to determine the reset method
 2019-07-26  6:02 UTC  (12+ messages)
  ` [PATCH 02/11] drm/amdgpu: add reset_method asic callback for si
  ` [PATCH 03/11] drm/amdgpu: add reset_method asic callback for cik
  ` [PATCH 04/11] drm/amdgpu: add reset_method asic callback for vi
  ` [PATCH 05/11] drm/amdgpu: add reset_method asic callback for soc15
  ` [PATCH 06/11] drm/amdgpu: add reset_method asic callback for navi
  ` [PATCH 07/11] drm/amdgpu/powerplay: add a new interface to set the mp1 state
  ` [PATCH 08/11] drm/amdgpu/powerplay: add set_mp1_state for vega20
  ` [PATCH 09/11] drm/amdgpu/powerplay: add set_mp1_state for vega10
  ` [PATCH 10/11] drm/amdgpu/powerplay: add set_mp1_state for vega12
  ` [PATCH 11/11] drm/amdgpu: put the SMC into the proper state on reset/unload

[PATCH] drm/amd/powerplay: minor fixes around SW SMU power and fan setting
 2019-07-26  3:59 UTC  (6+ messages)
  ` [PATCH 2/2] drm/amd/powerplay: enable SW SMU reset functionality

[PATCH 01/12] drm/amdgpu: add an asic callback to determine the reset method
 2019-07-26  2:52 UTC  (14+ messages)
  ` [PATCH 02/12] drm/amdgpu: add reset_method asic callback for si
  ` [PATCH 03/12] drm/amdgpu: add reset_method asic callback for cik
  ` [PATCH 04/12] drm/amdgpu: add reset_method asic callback for vi
  ` [PATCH 05/12] drm/amdgpu: add reset_method asic callback for soc15
  ` [PATCH 06/12] drm/amdgpu: add reset_method asic callback for navi
  ` [PATCH 07/12] drm/amdgpu/powerplay: add a new interface to set the mp1 state
  ` [PATCH 08/12] drm/amdgpu/powerplay: add set_mp1_state for vega20
  ` [PATCH 09/12] drm/amdgpu/powerplay: add set_mp1_state for vega10
  ` [PATCH 10/12] drm/amdgpu/powerplay: add set_mp1_state for vega12
  ` [PATCH 11/12] drm/amdgpu: add a flag to note when the driver is in shutdown
  ` [PATCH 12/12] drm/amdgpu: put the SMC into the proper state on suspend

[PATCH 0/9] MST AUX Devices (v3)
 2019-07-25 20:57 UTC  (10+ messages)
` [PATCH 2/9 v3] drm/dp_mst: Enable registration of AUX devices for MST ports
` [PATCH 6/9 v2] drm/i915: Implement MST Aux device registration
  ` [PATCH 7/9] drm/nouveau/kms/nv50: "
` [PATCH 8/9] drm/radeon: "
` [PATCH 9/9] drm/amd/display: "

[PATCH v3 1/2] drm/amd/amdgpu/vcn_v2_0: Mark RB commands as KMD commands
 2019-07-25 19:41 UTC  (4+ messages)
  ` [PATCH v3 2/2] drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0

[PATCH] drm/amd/display: Use switch table for dc_to_smu_clock_type
 2019-07-25 18:08 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/7] amdgpu clang warning fixes on next-20190703
 2019-07-25 17:26 UTC  (6+ messages)
` [PATCH 5/7] drm/amd/display: Use proper enum conversion functions

[PATCH 1/2] drm/amd/amdgpu/vcn_v2_0: Mark RB commands as KMD commands
 2019-07-25 16:19 UTC  (3+ messages)
  ` [PATCH 2/2] drm/amd/amdgpu/vcn_v2_0: Move VCN 2.0 specific dec ring test to vcn_v2_0
      ` [PATCH v2] drm/amd/amdgpu/vcn_v2_0: Mark RB commands as KMD commands

[PATCH v5 0/4] Enable S/G for Picasso
 2019-07-25 14:39 UTC  (7+ messages)
  ` [PATCH v5 1/4] drm/amdgpu: Fix hard hang for S/G display BOs
  ` [PATCH v5 2/4] drm/amdgpu: Create helper to clear AMDGPU_GEM_CREATE_CPU_GTT_USWC
  ` [PATCH v5 3/4] drm/amdgpu: Add check for USWC support for amdgpu_display_supported_domains
  ` [PATCH v5 4/4] drm/amd/display: enable S/G for RAVEN chip

[PATCH 1/4] drm/radeon: Fill out gem_object->resv
 2019-07-25 13:26 UTC 

[PATCH 4/7] drm/radeon: Fill out gem_object->resv
 2019-07-25 13:18 UTC  (3+ messages)

[PATCH 1/5] drm/amd/powerplay: move smu types to smu_types.h
 2019-07-25 13:14 UTC  (19+ messages)
  ` [PATCH 2/5] drm/amd/powerplay: add smu message name support
  ` [PATCH 3/5] drm/amd/powerplay: add smu feature "
  ` [PATCH 4/5] drm/amd/powerplay: move smu_feature_update_enable_state to up level
  ` [PATCH 5/5] drm/amd/powerplay: implment sysfs feature status function in smu

[PATCH] drm/amd/powerplay: fix null pointer dereference around dpm state relates
 2019-07-25 12:56 UTC  (2+ messages)

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-07-25 11:17 UTC  (9+ messages)
` [PATCH v19 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr

[PATCH v4 0/4] Enable S/G for Picasso
 2019-07-25  8:43 UTC  (8+ messages)
  ` [PATCH v4 1/4] drm/amdgpu: Fix hard hang for S/G display BOs
  ` [PATCH v4 2/4] drm/amdgpu: Create helper to clear AMDGPU_GEM_CREATE_CPU_GTT_USWC
  ` [PATCH v4 3/4] drm/amdgpu: Add check for USWC support for amdgpu_display_supported_domains
  ` [PATCH v4 4/4] drm/amd/display: enable S/G for RAVEN chip

[PATCH] drm/amd/amdgpu/vcn_v2_0: Set CMD_SOURCE for RB commands
 2019-07-25  8:09 UTC  (3+ messages)

撤回: [PATCH 1/5] drm/amd/powerplay: move smu types to smu_types.h
 2019-07-25  4:57 UTC 

撤回: [PATCH 2/5] drm/amd/powerplay: add smu message name support
 2019-07-25  4:57 UTC 

撤回: [PATCH 3/5] drm/amd/powerplay: add smu feature name support
 2019-07-25  4:56 UTC 

撤回: [PATCH 4/5] drm/amd/powerplay: move smu_feature_update_enable_state to up level
 2019-07-25  4:56 UTC 

撤回: [PATCH 5/5] drm/amd/powerplay: implment sysfs feature status function in smu
 2019-07-25  4:56 UTC 

[PATCH 1/5] drm/amd/powerplay: move smu types to smu_types.h
 2019-07-25  4:54 UTC  (5+ messages)
  ` [PATCH 2/5] drm/amd/powerplay: add smu message name support
  ` [PATCH 3/5] drm/amd/powerplay: add smu feature "
  ` [PATCH 4/5] drm/amd/powerplay: move smu_feature_update_enable_state to up level
  ` [PATCH 5/5] drm/amd/powerplay: implment sysfs feature status function in smu

[PATCH 1/3] Revert "drm/amdgpu/powerplay/vega12: call PrepareMp1ForUnload in power_off_asic"
 2019-07-25  1:17 UTC  (4+ messages)
  ` [PATCH 2/3] Revert "drm/amdgpu/powerplay/vega10: "
  ` [PATCH 3/3] Revert "drm/amdgpu/powerplay/vega20: "

[pull] amdgpu, ttm drm-fixes-5.3
 2019-07-24 21:05 UTC 

[PATCH 1/2] drm/amdkfd: Replace gfx10 trap handler with correct branch
 2019-07-24 19:31 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdkfd: Remove dead code from gfx8/gfx9 trap handlers

linux-next: Tree for Jul 24 (amdgpu)
 2019-07-24 19:22 UTC 

[PATCH v5 00/24] Associate ddc adapters with connectors
 2019-07-24 17:17 UTC  (28+ messages)
` [PATCH v5 01/24] drm: Include ddc adapter pointer in struct drm_connector
` [PATCH v5 02/24] drm: Add drm_connector_init() variant with ddc
` [PATCH v5 03/24] drm/exynos: Provide ddc symlink in connector's sysfs
` [PATCH v5 04/24] drm: rockchip: Provide ddc symlink in rk3066_hdmi sysfs directory
` [PATCH v5 05/24] drm: rockchip: Provide ddc symlink in inno_hdmi "
` [PATCH v5 06/24] drm/msm/hdmi: Provide ddc symlink in hdmi connector "
  ` [PATCH v5 07/24] drm/sun4i: hdmi: Provide ddc symlink in sun4i "
  ` [PATCH v5 23/24] drm/radeon: Provide ddc symlink in "
  ` [PATCH v5 24/24] drm/i915: Provide ddc symlink in hdmi "
` [PATCH v5 08/24] drm/mediatek: "
` [PATCH v5 09/24] drm/tegra: Provide ddc symlink in output "
` [PATCH v5 10/24] drm/imx: imx-ldb: Provide ddc symlink in connector's sysfs
` [PATCH v5 11/24] drm/imx: imx-tve: "
` [PATCH v5 12/24] drm/vc4: Provide ddc symlink in connector sysfs directory
` [PATCH v5 13/24] drm: zte: Provide ddc symlink in hdmi "
` [PATCH v5 14/24] drm: zte: Provide ddc symlink in vga "
` [PATCH v5 15/24] drm/tilcdc: Provide ddc symlink in "
` [PATCH v5 16/24] drm: sti: Provide ddc symlink in hdmi "
` [PATCH v5 17/24] drm/mgag200: Provide ddc symlink in "
` [PATCH v5 18/24] drm/ast: "
` [PATCH v5 19/24] drm/bridge: dumb-vga-dac: "
` [PATCH v5 20/24] drm/bridge: dw-hdmi: "
` [PATCH v5 21/24] drm/bridge: ti-tfp410: "
` [PATCH v5 22/24] drm/amdgpu: "

amdgpu errors reported with kernel 5.2.2 (was Re: Problem with kernel major than 4.15.x)
 2019-07-24 17:00 UTC  (2+ messages)

kernel panic: stack is corrupted in pointer
 2019-07-24 16:22 UTC  (5+ messages)

[PATCH v3 0/3] Enable S/G for Picasso
 2019-07-24 15:03 UTC  (15+ messages)
  ` [PATCH v3 1/3] drm/amdgpu: Fix hard hang for S/G display BOs
  ` [PATCH v3 2/3] drm/amdgpu: Create helper to clear AMDGPU_GEM_CREATE_CPU_GTT_USWC
  ` [PATCH v3 3/3] drm/amd: enable S/G for RAVEN chip

[PATCH v4 00/23] Associate ddc adapters with connectors
 2019-07-24  8:51 UTC  (6+ messages)
` [PATCH v4 14/23] drm/tilcdc: Provide ddc symlink in connector sysfs directory

[PATCH 0/3] Enable Scatter Gather for Picasso
 2019-07-24  7:43 UTC  (5+ messages)
` [PATCH 1/3] drm/amdgpu: Fix hard hang for S/G display BOs

[PATCH v2 0/2] This series enables S/G for Picasso
 2019-07-24  7:29 UTC  (3+ messages)
` [PATCH v2 2/2] drm/amd: enable S/G for RAVEN chip

[PATCH 1/9] drm/amdgpu: add an asic callback to determine the reset method
 2019-07-24  6:43 UTC  (11+ messages)
  ` [PATCH 2/9] drm/amdgpu: add reset_method asic callback for si
  ` [PATCH 3/9] drm/amdgpu: add reset_method asic callback for cik
  ` [PATCH 4/9] drm/amdgpu: add reset_method asic callback for vi
  ` [PATCH 5/9] drm/amdgpu: add reset_method asic callback for soc15
  ` [PATCH 6/9] drm/amdgpu: add reset_method asic callback for navi
  ` [PATCH 7/9] drm/amdgpu/powerplay/vega10: only use PrepareMp1ForUnload for mode1 reset
  ` [PATCH 8/9] drm/amdgpu/powerplay/vega12: "
  ` [PATCH 9/9] drm/amdgpu/powerplay/vega120: "

[PATCH] drm/amd/powerplay: fix temperature granularity error in smu11
 2019-07-24  2:34 UTC  (3+ messages)

Re: kernel panic: stack is corrupted in pointer
 2019-07-24  1:40 UTC  (2+ messages)
`  "

[PATCH 1/3] drm/amdgpu/powerplay/vega20: call PrepareMp1ForUnload in power_off_asic
 2019-07-24  1:31 UTC  (4+ messages)
` [PATCH 3/3] drm/amdgpu/powerplay/vega12: "


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