linux/drivers/gpu
Mikulas Patocka f337a54878 udl-kms: avoid division
commit 91ba11fb7d upstream.

Division is slow, so it shouldn't be done by the pixel generating code.
The driver supports only 2 or 4 bytes per pixel, so we can replace
division with a shift.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-05 09:26:38 +02:00
..
drm udl-kms: avoid division 2018-09-05 09:26:38 +02:00
host1x gpu: host1x: Check whether size of unpin isn't 0 2018-08-24 13:09:14 +02:00
ipu-v3 gpu: ipu-v3: prg: avoid possible array underflow 2018-05-30 07:52:15 +02:00
vga sched/wait: Rename wait_queue_t => wait_queue_entry_t 2017-06-20 12:18:27 +02:00
Makefile