public inbox for amd-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2018-09-18 17:06:19 to 2018-09-25 08:06:37 UTC [more...]

[PATCH] drm/amdgpu: Fix comments error in sdma_v4_1_update_power_gating
 2018-09-25  8:06 UTC  (2+ messages)

[PATCH] drm/amdgpu: Move fence SW fallback warning
 2018-09-25  8:04 UTC  (2+ messages)

[bug report] drm/amd/display: Program vline interrupt on FAST update
 2018-09-25  7:57 UTC 

[PATCH] drm/amd/powerplay: Change id parameter type in pp_atomfwctrl_get_clk_information_by_clkid
 2018-09-24 22:54 UTC  (3+ messages)

[PATCH] drm/amd/display: Change status's type in aux_reply_transaction_data
 2018-09-24 22:22 UTC  (3+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-24 21:17 UTC  (8+ messages)

[PATCH v2 0/3] A DRM API for adaptive sync and variable refresh rate support
 2018-09-24 20:26 UTC  (8+ messages)
` [PATCH v2 2/3] drm: Add variable refresh property to DRM CRTC
  ` [PATCH v2 1/3] drm: Add variable refresh rate properties to connector
  ` [PATCH v2 3/3] drm/amd/display: Set FreeSync state using DRM VRR properties

[PATCH] drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process v2
 2018-09-24 17:44 UTC  (7+ messages)

Improve reservation object shared slot function
 2018-09-24 15:43 UTC  (13+ messages)
  ` [PATCH 1/7] dma-buf: remove shared fence staging in reservation object
  ` [PATCH 2/7] dma-buf: allow reserving more than one shared fence slot
  ` [PATCH 3/7] drm/ttm: allow reserve more than one shared slot
  ` [PATCH 4/7] drm/amdgpu: fix using shared fence for exported BOs
  ` [PATCH 6/7] drm/amdgpu: always reserve one more shared slot for pipelines BO moves
  ` [PATCH 7/7] drm/ttm: drop the extra reservation "
` [PATCH 5/7] drm/amdgpu: always reserve two slots for the VM

[PATCH] drm/amd/display: move the nonblocking commit helpers appropriately
 2018-09-24 13:31 UTC 

[PATCH 1/9] drm/amdgpu: drop extra newline in amdgpu_iv trace
 2018-09-24 12:38 UTC  (9+ messages)
  ` [PATCH 2/9] drm/amdgpu: make function pointers mandatory
  ` [PATCH 3/9] drm/amdgpu: cleanup amdgpu_ih.c
  ` [PATCH 4/9] drm/amdgpu: move more interrupt processing into amdgpu_irq.c
  ` [PATCH 5/9] drm/amdgpu: move more defines into amdgpu_irq.h
  ` [PATCH 6/9] drm/amdgpu: separate IH and IRQ funcs
  ` [PATCH 7/9] drm/amdgpu: add IH ring to ih_get_wptr/ih_set_rptr
  ` [PATCH 8/9] drm/amdgpu: simplify IH programming
  ` [PATCH 9/9] drm/amdgpu: enable IH ring 1 and ring 2

[PATCH 1/6] drm: add flags to drm_syncobj_find_fence
 2018-09-24 10:25 UTC  (13+ messages)
  ` [PATCH 2/6] drm: add syncobj timeline support v8
  ` [PATCH 3/6] drm: add support of syncobj timeline point wait v2
  ` [PATCH 4/6] drm: add timeline syncobj payload query ioctl
  ` [PATCH 5/6] drm/amdgpu: add timeline support in amdgpu CS
  ` [PATCH 6/6] drm/amdgpu: update version for timeline syncobj support in amdgpu

[PATCH] drm/amdgpu: fix the page fault of raven2
 2018-09-24  8:49 UTC  (2+ messages)

[PATCH v2 0/6] Fix legacy DPMS changes with MST
 2018-09-24  6:53 UTC  (9+ messages)
` [PATCH v2 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
` [PATCH v2 2/6] drm/nouveau: Unbreak nv50_mstc->best_encoder()
` [PATCH v2 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
` [PATCH v2 4/6] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH v2 5/6] drm/i915: Fix intel_dp_mst_best_encoder()
` [PATCH v2 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()

[PATCH] drm/amdgpu: Deactivate SW interrupt fallback in amdgpu_fence_process
 2018-09-23  8:17 UTC  (2+ messages)

[PATCH 0/6] Fix legacy DPMS changes with MST
 2018-09-22  8:51 UTC  (13+ messages)
  ` [PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
  ` [PATCH 2/6] drm/nouveau: Unbreak nv50_mstc->best_encoder()
` [PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
  ` [Intel-gfx] "
` [PATCH 4/6] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH 5/6] drm/i915: Fix intel_dp_mst_best_encoder()
` [PATCH 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()

[PATCH 1/2] Revert "drm/amdgpu: remove fence fallback"
 2018-09-22  7:17 UTC  (4+ messages)
  ` [PATCH 2/2] drm/amdgpu: Add warning message for INT SW fallback

[PATCH] drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
 2018-09-22  0:43 UTC 

Regression on gfx8 with ring init
 2018-09-21 18:04 UTC  (17+ messages)

[PATCH] drm/amd/display: remove redundant null pointer check before kfree
 2018-09-21 15:00 UTC  (2+ messages)

[PATCH] drm/amdgpu:No action needs when VCN PG state is unchanged
 2018-09-21 14:56 UTC  (16+ messages)
` [PATCH v2] drm/amdgpu:No action "

Making use of more Gitlab features for xf86-video-amdgpu
 2018-09-21 14:53 UTC  (8+ messages)

[PATCH 1/4] drm/amdgpu: Halt rlc/cp in rlc_safe_mode
 2018-09-21 14:31 UTC  (7+ messages)
  ` [PATCH 2/4] drm/amdgpu: Remove redundant code in gfx_v8_0.c
  ` [PATCH 3/4] drm/amd/pp: Disable dpm features on smu7/8 when suspend
  ` [PATCH 4/4] drm/amdgpu: Change the gfx/sdma init/fini sequence

[PATCH 1/9] drm/amdgpu/powerplay: add get_argument callback for vega20
 2018-09-21 14:13 UTC  (10+ messages)
  ` [PATCH 2/9] drm/amdgpu/powerplay: Move vega10_enable_smc_features
  ` [PATCH 3/9] drm/amdgpu/powerplay: add smu smc_table_manager callback for vega12
  ` [PATCH 4/9] drm/amdgpu/powerplay: add smu smc_table_manager callback for vega20
  ` [PATCH 5/9] drm/amdgpu: add new AMDGPU_PP_SENSOR_ENABLED_SMC_FEATURES_MASK sensor
  ` [PATCH 6/9] drm/amdgpu: implement ENABLED_SMC_FEATURES_MASK sensor for vega10
  ` [PATCH 7/9] drm/amdgpu: implement ENABLED_SMC_FEATURES_MASK sensor for vega12
  ` [PATCH 8/9] drm/amdgpu: implement ENABLED_SMC_FEATURES_MASK sensor for vega20
  ` [PATCH 9/9] drm/amdgpu: print smc feature mask in debugfs amdgpu_pm_info

[PATCH] drm: amd: Use kmemdup instead of duplicating its function
 2018-09-21 14:13 UTC 

[pull] amdgpu drm-fixes-4.19
 2018-09-20 15:58 UTC 

[PATCH 1/3] drm/amd/pp: Avoid divide-by-zero in smu7_fan_ctrl_set_fan_speed_rpm
 2018-09-20 15:35 UTC  (6+ messages)
  ` [PATCH 2/3] drm/amdgpu: Add fan RPM setting via sysfs
  ` [PATCH 3/3] drm/amd/pp: Fix fan's RPM setting not work on VI/Vega10

[pull] amdgpu/kfd, radeon, ttm, scheduler drm-next-4.20
 2018-09-20 15:04 UTC 

amdgpu fails compilation with CONFIG_FORTIFY_SOURCE
 2018-09-20 14:59 UTC  (2+ messages)

[PATCH 2/6] [RFC]drm: add syncobj timeline support v7
 2018-09-20  9:48 UTC  (5+ messages)

It's important to pay attention to e-mails from "kbuild test robot"
 2018-09-20  9:10 UTC 

[PATCH] drm/amd/powerplay: enable fan RPM and pwm settings
 2018-09-20  7:18 UTC  (2+ messages)

[pull] amdgpu/kfd, radeon, ttm, scheduler drm-next-4.20
 2018-09-20  4:24 UTC  (4+ messages)

[PATCH] drm/amdgpu: add new polaris pci id
 2018-09-20  3:16 UTC  (2+ messages)

[PATCH] drm/amdgpu: added vega20 LBPW support
 2018-09-20  2:27 UTC 

[PATCH] drm/amd/powerplay: correct the hwmon interface ppt limit output
 2018-09-20  2:26 UTC 

[PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check() (fwd)
 2018-09-19 21:59 UTC  (2+ messages)

[PATCH] drm/amdgpu: disable KIQ IB tests on Polaris for now
 2018-09-19 15:27 UTC  (2+ messages)

Virtualization in vega10 devices
 2018-09-19 11:45 UTC 

[Linux-v4.18-rc6] modpost-errors when compiling with clang-7 and CONFIG_DRM_AMDGPU=m
 2018-09-19  9:47 UTC  (3+ messages)

[PATCH libdrm 1/5] [libdrm] sync drm.h for syncobj part
 2018-09-19  9:30 UTC  (5+ messages)
` [PATCH libdrm 2/5] [libdrm] addr cs chunk for syncobj timeline
  ` [PATCH libdrm 3/5] [libdrm]: add timeline wait/query ioctl
  ` [PATCH libdrm 4/5] [libdrm]: wrap syncobj timeline query and wait for amdgpu v2
  ` [PATCH libdrm 5/5] [libdrm] add syncobj timeline tests

[PATCH 1/6] drm: add flags to drm_syncobj_find_fence
 2018-09-19  9:04 UTC  (6+ messages)
` [PATCH 3/6] drm: add support of syncobj timeline point wait v2
` [PATCH 4/6] drm: add timeline syncobj payload query ioctl
  ` [PATCH 2/6] [RFC]drm: add syncobj timeline support v7
  ` [PATCH 5/6] drm/amdgpu: add timeline support in amdgpu CS
  ` [PATCH 6/6] drm/amdgpu: update version for timeline syncobj support in amdgpu

[PATCH 1/4] [RFC]drm: add syncobj timeline support v6
 2018-09-19  9:00 UTC  (11+ messages)
  ` [PATCH 2/4] drm: add support of syncobj timeline point wait v2
  ` [PATCH 3/4] drm: add timeline syncobj payload query ioctl
  ` [PATCH 4/4] drm/amdgpu: add timeline support in amdgpu CS

[PATCH] [RFC]drm: add syncobj timeline support v5
 2018-09-19  7:21 UTC  (6+ messages)

[PATCH] headers: Sync with drm-next
 2018-09-18 17:06 UTC 


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