dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/gpu/drm/udl
Dave Airlie d42f0349f3 drm/udl: Make sure to get correct endian keys from vendor descriptor
This is a port of
commit b49f184b64
Author: Ben Collins <bcollins@ubuntu.com>
from udlfb to udl kms driver.

The driver was not using le16_to_cpu when reading keys from the vendor
descriptor, causing incorrect parsing. Mainly, sku_pixel_limit was not
being parsed on big-endian systems. This would result in a blank screen
on big-endian CPUs where the DL chips's max mode was smaller than the
monitor's native mode.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-25 07:43:12 +01:00
..
Kconfig drm/usb: move usb support into a separate module 2012-03-20 06:59:29 +00:00
Makefile
udl_connector.c
udl_drv.c drm/udl: only bind to the video devices on the hub. 2012-06-16 11:09:58 +01:00
udl_drv.h udl: add prime fd->handle support. 2012-05-23 10:46:05 +01:00
udl_encoder.c
udl_fb.c udl: support vmapping imported dma-bufs 2012-05-31 14:13:59 +01:00
udl_gem.c udl: support vmapping imported dma-bufs 2012-05-31 14:13:59 +01:00
udl_main.c drm/udl: Make sure to get correct endian keys from vendor descriptor 2012-06-25 07:43:12 +01:00
udl_modeset.c drm: Constify drm_mode_config_funcs pointer 2012-05-22 10:35:07 +01:00
udl_transfer.c