2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-04-17 15:01:25 +01:00
|
|
|
config DRM_MGAG200
|
2020-07-30 12:28:44 +02:00
|
|
|
tristate "Matrox G200"
|
2025-04-23 22:16:32 +02:00
|
|
|
depends on DRM && PCI
|
2024-09-24 09:12:54 +02:00
|
|
|
select DRM_CLIENT_SELECTION
|
2020-05-15 10:32:33 +02:00
|
|
|
select DRM_GEM_SHMEM_HELPER
|
2012-04-17 15:01:25 +01:00
|
|
|
select DRM_KMS_HELPER
|
2022-12-19 09:36:27 +01:00
|
|
|
select I2C
|
|
|
|
select I2C_ALGOBIT
|
2012-04-17 15:01:25 +01:00
|
|
|
help
|
2020-07-30 12:28:44 +02:00
|
|
|
This is a KMS driver for Matrox G200 chips. It supports the original
|
|
|
|
MGA G200 desktop chips and the server variants. It requires 0.3.0
|
|
|
|
of the modesetting userspace driver, and a version of mga driver
|
|
|
|
that will fail on KMS enabled devices.
|
2024-05-17 17:09:58 +02:00
|
|
|
|
|
|
|
config DRM_MGAG200_DISABLE_WRITECOMBINE
|
|
|
|
bool "Disable Write Combine mapping of VRAM"
|
|
|
|
depends on DRM_MGAG200 && PREEMPT_RT
|
|
|
|
help
|
|
|
|
The VRAM of the G200 is mapped with Write-Combine to improve
|
|
|
|
performances. This can interfere with real-time tasks; even if they
|
|
|
|
are running on other CPU cores than the graphics output.
|
|
|
|
Enable this option only if you run realtime tasks on a server with a
|
2024-09-24 09:12:54 +02:00
|
|
|
Matrox G200.
|