All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] compat-drivers: Rename CONFIG_DRM_RADEON_KMS
@ 2012-10-28 17:55 Ozan Çağlayan
  2012-10-28 17:55 ` [PATCH 2/3] compat-drivers: drm: Revert ACPI table size check for < 3.6 Ozan Çağlayan
  2012-10-28 17:55 ` [PATCH 3/3] compat-drivers: Enable ATI/AMD Radeon for kernels >= 3.2 Ozan Çağlayan
  0 siblings, 2 replies; 4+ messages in thread
From: Ozan Çağlayan @ 2012-10-28 17:55 UTC (permalink / raw)
  To: backports; +Cc: mcgrof, Ozan Çağlayan

Prefix it with CONFIG_COMPAT_ to allow setting it correctly.

Signed-off-by: Ozan Çağlayan <ozancag@gmail.com>
---
 patches/drm/06-rename-config-options.patch | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/patches/drm/06-rename-config-options.patch b/patches/drm/06-rename-config-options.patch
index ad605ab..4d2cf72 100644
--- a/patches/drm/06-rename-config-options.patch
+++ b/patches/drm/06-rename-config-options.patch
@@ -107,3 +107,23 @@
  	count = drm_load_edid_firmware(connector);
  	if (count == 0)
  #endif
+--- a/drivers/gpu/drm/radeon/radeon_drv.c	2012-10-28 19:17:02.738091628 +0200
++++ b/drivers/gpu/drm/radeon/radeon_drv.c	2012-10-28 19:17:27.429558561 +0200
+@@ -226,7 +226,7 @@
+ 	radeon_PCI_IDS
+ };
+ 
+-#if defined(CONFIG_DRM_RADEON_KMS)
++#if defined(CONFIG_COMPAT_DRM_RADEON_KMS)
+ MODULE_DEVICE_TABLE(pci, pciidlist);
+ #endif
+ 
+@@ -431,7 +431,7 @@
+ #endif
+ 	/* if enabled by default */
+ 	if (radeon_modeset == -1) {
+-#ifdef CONFIG_DRM_RADEON_KMS
++#ifdef CONFIG_COMPAT_DRM_RADEON_KMS
+ 		DRM_INFO("radeon defaulting to kernel modesetting.\n");
+ 		radeon_modeset = 1;
+ #else
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-04 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-28 17:55 [PATCH 1/3] compat-drivers: Rename CONFIG_DRM_RADEON_KMS Ozan Çağlayan
2012-10-28 17:55 ` [PATCH 2/3] compat-drivers: drm: Revert ACPI table size check for < 3.6 Ozan Çağlayan
2012-10-28 17:55 ` [PATCH 3/3] compat-drivers: Enable ATI/AMD Radeon for kernels >= 3.2 Ozan Çağlayan
2012-11-04 17:36   ` Luis R. Rodriguez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.