summaryrefslogtreecommitdiff
path: root/staging/layer4.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-17mz: Add igmp v1/v2 packet type crafting supportVadim Kochan1-0/+101
2015-01-11mz: allow for zero udp checksumMark Latimer1-2/+4
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+884
>51964e9e12d0a054002a1a0d1dec4f661c7aaf28 (patch) tree77b2336a13f8f918ea35afe9119656002059663c parent57bcd0a6364cd4eaa362d7ff1777e88ddf501602 (diff)
drm/radeon: Fix vram_size/visible values in DRM_RADEON_GEM_INFO ioctl
vram_size is supposed to be the total amount of VRAM that can be used by userspace, which corresponds to the TTM VRAM manager size (which is normally the full amount of VRAM, but can be just the visible VRAM when DMA can't be used for BO migration for some reason). The above was incorrectly used for vram_visible before, resulting in generally too large values being reported. Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat