mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:56:45 +07:00
9f7bc6acf7
Patrik writes: I haven't had much review or testing on other platforms than Poulsbo but at least the following Cedarview bug has been squashed and no regressions reported: https://bugs.freedesktop.org/show_bug.cgi?id=58527 * 'gma500-next' of git://github.com/patjak/drm-gma500: drm/gma500: Add debugging info to psb_gtt_restore() drm/gma500: Check connector status before restoring sdvo gma500:fix build failure for 3.9-rc5 drm/gma500: Fix hibernation problems on sdvo encoders drm/gma500: Add hooks for hibernation drm/gma500: Activate the gtt rebuild on suspend/resume drm/gma500: Add support for rebuilding the gtt drm/gma500: Change fb name so pm-utils doesn't apply quirks gma500: Make VGA and HDMI connector hotpluggable drm/gma500: Clean up various defines drm/gma500: Remove unnecessary function exposure drm/gma500: Type clock limits directly into array and remove defines drm/gma500: Calculate clock in one function instead of three identical drm/gma500: Remove unused i8xx clock limits gma500: medfield: Fix possible NULL pointer dereference drivers: gpu: drm: gma500: Replaced calls kzalloc & memcpy with kmemdup gma500: remove unused drm_psb_no_fb
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
config DRM_GMA500
|
|
tristate "Intel GMA5/600 KMS Framebuffer"
|
|
depends on DRM && PCI && X86
|
|
select FB_CFB_COPYAREA
|
|
select FB_CFB_FILLRECT
|
|
select FB_CFB_IMAGEBLIT
|
|
select DRM_KMS_HELPER
|
|
select DRM_TTM
|
|
# GMA500 depends on ACPI_VIDEO when ACPI is enabled, just like i915
|
|
select ACPI_VIDEO if ACPI
|
|
select BACKLIGHT_CLASS_DEVICE if ACPI
|
|
select VIDEO_OUTPUT_CONTROL if ACPI
|
|
select INPUT if ACPI
|
|
help
|
|
Say yes for an experimental 2D KMS framebuffer driver for the
|
|
Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
|
|
devices.
|
|
|
|
config DRM_GMA600
|
|
bool "Intel GMA600 support (Experimental)"
|
|
depends on DRM_GMA500
|
|
help
|
|
Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
|
|
platforms with LVDS ports. MIPI is not currently supported.
|
|
|
|
config DRM_GMA3600
|
|
bool "Intel GMA3600/3650 support (Experimental)"
|
|
depends on DRM_GMA500
|
|
help
|
|
Say yes to include basic support for Intel GMA3600/3650 (Intel
|
|
Cedar Trail) platforms.
|
|
|
|
config DRM_MEDFIELD
|
|
bool "Intel Medfield support (Experimental)"
|
|
depends on DRM_GMA500 && X86_INTEL_MID
|
|
help
|
|
Say yes to include support for the Intel Medfield platform.
|
|
|