summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic.h
diff options
context:
space:
mode:
authorMagnus Damm2015-05-04 16:16:19 +0200
committerDaniel Vetter2015-06-15 07:45:49 +0200
commit30c4cf3b53b4a09ca24603dd3c3119433e8ac9d5 (patch)
treeede8221f8dabae2e329b802fbea4b3c9a86a3b54 /include/drm/drm_atomic.h
parentDocumentation/drm: Update rotation property (diff)
downloadkernel-qcow2-linux-30c4cf3b53b4a09ca24603dd3c3119433e8ac9d5.tar.gz
kernel-qcow2-linux-30c4cf3b53b4a09ca24603dd3c3119433e8ac9d5.tar.xz
kernel-qcow2-linux-30c4cf3b53b4a09ca24603dd3c3119433e8ac9d5.zip
drm/cma: Fix 64-bit size_t build warnings
Fix warnings related to size_t when building for 64-bit architectures: drivers/gpu/drm/drm_gem_cma_helper.c: In function ‘drm_gem_cma_create’: drivers/gpu/drm/drm_gem_cma_helper.c:114:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Wformat=] size); ^ drivers/gpu/drm/drm_gem_cma_helper.c: In function ‘drm_gem_cma_describe’: drivers/gpu/drm/drm_gem_cma_helper.c:393:4: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘size_t’ [-Wformat=] off, &cma_obj->paddr, cma_obj->vaddr, obj->size); Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm/drm_atomic.h')
0 files changed, 0 insertions, 0 deletions