[PATCH] hyperv: Remove unused inline functions in hyperv.h

2021-07-14 Thread Sonia Sharma
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

[PATCH v2 3/3] drm/loongson: Add interrupt driver for LS7A

2021-07-14 Thread lichenyang
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

[PATCH v2 2/3] drm/loongson: Add GPIO and I2C driver for loongson drm.

2021-07-14 Thread lichenyang
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

[PATCH v2 1/3] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip

2021-07-14 Thread lichenyang
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