linux_dsm_epyc7002/drivers/gpu/drm/lima
Krzysztof Kozlowski adbb48bcf4 drm/lima: Mark 64-bit number as ULL
Mark long numbers with ULL to silence the Smatch warning:

    drivers/gpu/drm/lima/lima_device.c:314:32: warning: constant 0x100000000 is so big it is long long

Fixes: a1d2a63399 ("drm/lima: driver for ARM Mali4xx GPUs")
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190621162117.22533-1-krzk@kernel.org
2019-06-23 11:22:12 +08:00
..
Kconfig
lima_bcast.c
lima_bcast.h
lima_ctx.c
lima_ctx.h
lima_device.c
lima_device.h
lima_dlbu.c
lima_dlbu.h
lima_drv.c drm/prime: Actually remove DRIVER_PRIME everywhere 2019-06-21 17:30:32 +02:00
lima_drv.h
lima_gem_prime.c
lima_gem_prime.h
lima_gem.c drm/lima: Use the drm_gem_fence_array_add helpers for our deps. 2019-04-16 15:53:48 -07:00
lima_gem.h
lima_gp.c
lima_gp.h
lima_l2_cache.c
lima_l2_cache.h
lima_mmu.c
lima_mmu.h
lima_object.c
lima_object.h
lima_pmu.c
lima_pmu.h
lima_pp.c drm/lima: handle shared irq case for lima_pp_bcast_irq_handler 2019-04-20 16:14:09 +08:00
lima_pp.h
lima_regs.h
lima_sched.c drm/lima: add timeout to drm scheduler init 2019-05-21 20:47:36 +08:00
lima_sched.h drm/lima: Use the drm_gem_fence_array_add helpers for our deps. 2019-04-16 15:53:48 -07:00
lima_vm.c
lima_vm.h drm/lima: Mark 64-bit number as ULL 2019-06-23 11:22:12 +08:00
Makefile