When the floor LUT index (drm_fixp2int(lut_index) is the last
index of the array the ceil LUT index will point to an entry
beyond the array. Make sure we guard against it and use the
value of the floor LUT index.
v3:
- Drop bits from commit description that didn't contribute
anything of value
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
vkms_composer.c | ||
vkms_crtc.c | ||
vkms_drv.c | ||
vkms_drv.h | ||
vkms_formats.c | ||
vkms_formats.h | ||
vkms_output.c | ||
vkms_plane.c | ||
vkms_writeback.c |