lkml.org 
[lkml]   [2015]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.0 141/148] drm/amdkfd: Dont report local memory size
    Date
    4.0-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Oded Gabbay <oded.gabbay@gmail.com>

    commit 42e08c78360e58516b6ac8af18a75a494f2967a2 upstream.

    This patch sets the local memory size that is reported to userspace to 0.
    This is done to make sure that userspace won't try to allocate local memory
    for HSA.

    As long as amdkfd doesn't support allocating local memory for HSA,
    we need this patch.

    Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
    Cc: stable@vger.kernel.org
    Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


    ---
    drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
    +++ b/drivers/gpu/drm/amd/amdkfd/kfd_topology.c
    @@ -729,7 +729,7 @@ static ssize_t node_show(struct kobject
    kfd2kgd->get_max_engine_clock_in_mhz(
    dev->gpu->kgd));
    sysfs_show_64bit_prop(buffer, "local_mem_size",
    - kfd2kgd->get_vmem_size(dev->gpu->kgd));
    + (unsigned long long int) 0);

    sysfs_show_32bit_prop(buffer, "fw_version",
    kfd2kgd->get_fw_version(



    \
     
     \ /
      Last update: 2015-06-03 14:41    [W:4.081 / U:1.788 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site