[PATCH 29/83] hsa/radeon: Fix memory size allocated for HPD

2014-07-10 Thread Oded Gabbay
Signed-off-by: Oded Gabbay 
---
 drivers/gpu/hsa/radeon/kfd_sched_cik_static.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c 
b/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c
index 3c3e7d6..5bfde5c 100644
--- a/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c
+++ b/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c
@@ -433,7 +433,7 @@ static int cik_static_create(struct kfd_dev *dev, struct 
kfd_scheduler **schedul
 * are no active queues.
 */
err = radeon_kfd_vidmem_alloc(dev,
- CIK_HPD_SIZE * priv->num_pipes * 2,
+ CIK_HPD_SIZE * priv->num_pipes,
  PAGE_SIZE,
  KFD_MEMPOOL_SYSTEM_WRITECOMBINE,
  >hpd_mem);
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 29/83] hsa/radeon: Fix memory size allocated for HPD

2014-07-10 Thread Oded Gabbay
Signed-off-by: Oded Gabbay oded.gab...@amd.com
---
 drivers/gpu/hsa/radeon/kfd_sched_cik_static.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c 
b/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c
index 3c3e7d6..5bfde5c 100644
--- a/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c
+++ b/drivers/gpu/hsa/radeon/kfd_sched_cik_static.c
@@ -433,7 +433,7 @@ static int cik_static_create(struct kfd_dev *dev, struct 
kfd_scheduler **schedul
 * are no active queues.
 */
err = radeon_kfd_vidmem_alloc(dev,
- CIK_HPD_SIZE * priv-num_pipes * 2,
+ CIK_HPD_SIZE * priv-num_pipes,
  PAGE_SIZE,
  KFD_MEMPOOL_SYSTEM_WRITECOMBINE,
  priv-hpd_mem);
-- 
1.9.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/