drivers/gpu/drm/openchrome/via_crtc.c | 3 ++- drivers/gpu/drm/openchrome/via_drv.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit 1255bbf97102519aeb5aaf56ee9ae9721e9d926b Author: Kevin Brace <kevinbr...@gmx.com> Date: Fri Dec 22 01:43:50 2017 -0600 drm/openchrome: Version bumped to 3.0.70 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/drivers/gpu/drm/openchrome/via_drv.h b/drivers/gpu/drm/openchrome/via_drv.h index b0fc608fc0bc..cdb7c9ec8464 100644 --- a/drivers/gpu/drm/openchrome/via_drv.h +++ b/drivers/gpu/drm/openchrome/via_drv.h @@ -34,7 +34,7 @@ #define DRIVER_MAJOR 3 #define DRIVER_MINOR 0 -#define DRIVER_PATCHLEVEL 69 +#define DRIVER_PATCHLEVEL 70 #include <linux/module.h> commit ad411a778c6407e2ce99bbb06ca31b82f32220f8 Author: Kevin Brace <kevinbr...@gmx.com> Date: Fri Dec 22 01:42:23 2017 -0600 drm/openchrome: Set PREQ / TREQ control bit for CX700 chipset IGA1 Signed-off-by: Kevin Brace <kevinbr...@gmx.com> diff --git a/drivers/gpu/drm/openchrome/via_crtc.c b/drivers/gpu/drm/openchrome/via_crtc.c index 87421c63b894..b5b667c9732a 100644 --- a/drivers/gpu/drm/openchrome/via_crtc.c +++ b/drivers/gpu/drm/openchrome/via_crtc.c @@ -835,7 +835,8 @@ static void via_iga1_display_fifo_regs(struct drm_device *dev, (dev->pdev->device == PCI_DEVICE_ID_VIA_KM400) || (dev->pdev->device == PCI_DEVICE_ID_VIA_K8M800) || (dev->pdev->device == PCI_DEVICE_ID_VIA_PM800) || - (dev->pdev->device == PCI_DEVICE_ID_VIA_CN700)) { + (dev->pdev->device == PCI_DEVICE_ID_VIA_CN700) || + (dev->pdev->device == PCI_DEVICE_ID_VIA_CX700)) { /* Force PREQ to be always higher than TREQ. */ svga_wseq_mask(VGABASE, 0x18, BIT(6), BIT(6)); } else { _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel