drm: switch drm_read() to be iterator based
authorJens Axboe <axboe@kernel.dk>
Tue, 9 Apr 2024 14:42:06 +0000 (08:42 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:05:34 +0000 (09:05 -0600)
commit6ce0af731776e866db3933331243ae0bdcfd4b3c
tree88cb6f7ada539c56ceef6f5eacc20437ed035266
parent939c715b17ba5fb1a72a84a61bc185293f8ecf94
drm: switch drm_read() to be iterator based

First step of converting the GPU drivers to using read/write iterators,
convert the common file read helper to be iter based.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
13 files changed:
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/drm_file.c
drivers/gpu/drm/gma500/psb_drv.c
drivers/gpu/drm/i915/i915_driver.c
drivers/gpu/drm/nouveau/nouveau_drm.c
drivers/gpu/drm/radeon/radeon_drv.c
drivers/gpu/drm/tegra/drm.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/gpu/drm/xe/xe_device.c
include/drm/drm_accel.h
include/drm/drm_file.h
include/drm/drm_gem.h
include/drm/drm_gem_dma_helper.h