linux/drivers/gpu/drm/msm/disp/dpu1
Kees Cook 329e098939 treewide: Replace more open-coded allocation size multiplications
As done treewide earlier, this catches several more open-coded
allocation size calculations that were added to the kernel during the
merge window. This performs the following mechanical transformations
using Coccinelle:

	kvmalloc(a * b, ...) -> kvmalloc_array(a, b, ...)
	kvzalloc(a * b, ...) -> kvcalloc(a, b, ...)
	devm_kzalloc(..., a * b, ...) -> devm_kcalloc(..., a, b, ...)

Signed-off-by: Kees Cook <keescook@chromium.org>
2018-10-05 18:06:30 -07:00
..
dpu_core_irq.c
dpu_core_irq.h
dpu_core_perf.c
dpu_core_perf.h
dpu_crtc.c drm/msm/disp/dpu: Remove unused code from drm_crtc.c 2018-07-30 08:50:12 -04:00
dpu_crtc.h drm/msm/disp/dpu: Remove unused code from drm_crtc.c 2018-07-30 08:50:12 -04:00
dpu_dbg.c
dpu_dbg.h
dpu_encoder_phys_cmd.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_encoder_phys_vid.c
dpu_encoder_phys.h drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_encoder.c drm/msm/disp/dpu: fix early dereference of physical encoder 2018-08-10 18:49:18 -04:00
dpu_encoder.h drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_formats.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_formats.h drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_hw_blk.c
dpu_hw_blk.h
dpu_hw_catalog_format.h
dpu_hw_catalog.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_hw_catalog.h
dpu_hw_cdm.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_hw_cdm.h
dpu_hw_ctl.c
dpu_hw_ctl.h
dpu_hw_interrupts.c
dpu_hw_interrupts.h
dpu_hw_intf.c
dpu_hw_intf.h
dpu_hw_lm.c
dpu_hw_lm.h
dpu_hw_mdss.h
dpu_hw_pingpong.c
dpu_hw_pingpong.h
dpu_hw_sspp.c
dpu_hw_sspp.h
dpu_hw_top.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_hw_top.h
dpu_hw_util.c drm/msm/disp/dpu: Remove unused functions from dpu_formats.c 2018-07-30 08:50:12 -04:00
dpu_hw_util.h drm/msm/disp/dpu: Remove unused functions from dpu_formats.c 2018-07-30 08:50:12 -04:00
dpu_hw_vbif.c
dpu_hw_vbif.h
dpu_hwio.h
dpu_io_util.c treewide: Replace more open-coded allocation size multiplications 2018-10-05 18:06:30 -07:00
dpu_io_util.h
dpu_irq.c
dpu_irq.h
dpu_kms.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_kms.h drm/msm/disp/dpu: Remove dpu_kms_utils 2018-07-30 08:50:12 -04:00
dpu_mdss.c drm/msm/disp/dpu: Mark a handful of functions as static 2018-07-30 08:50:12 -04:00
dpu_plane.c
dpu_plane.h
dpu_power_handle.c drm/msm/disp/dpu: fix two spelling mistakes 2018-07-31 09:25:02 -04:00
dpu_power_handle.h
dpu_rm.c
dpu_rm.h drm/msm/dpu: fix mismatch in function argument. 2018-07-30 08:50:12 -04:00
dpu_trace.h
dpu_vbif.c
dpu_vbif.h
msm_media_info.h