From: Chenyang Li
This patch adds an initial DRM driver for the Loongson LS7A1000
bridge chip(LS7A). The LS7A bridge chip contains two display
controllers, support dual display output. The maximum support for
each channel display is to 1920x1080@60Hz.
At present, DC device detection and DRM drive
Implement use GPIO and I2C driver to detect connector
and fetch EDID via DDC.
Signed-off-by: lichenyang
---
drivers/gpu/drm/loongson/Makefile | 3 +-
drivers/gpu/drm/loongson/loongson_connector.c | 70 -
drivers/gpu/drm/loongson/loongson_drv.c | 16 +-
drivers/gpu/drm/l
Add LS7A DC vsync interrupt enable and close function, and
register irq_handler function interface.
Add vbrank event processing flow.
V2:
- Remove the useless flags parameter.
- Added error handling in the loongson_drm_load function.
Signed-off-by: lichenyang
---
drivers/gpu/drm/loongson/Makefi
There are some unused inline functions in hyperv.h file.
Removing those unused functions.
Signed-off-by: Sonia Sharma
---
include/linux/hyperv.h | 22 --
1 file changed, 22 deletions(-)
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index b3e2436..1f1f0f8 10064