https://github.com/torvalds/linux
Revision e8fc41377f5037ff7a661ea06adc05f1daec1548 authored by Alex Deucher on 27 February 2013, 17:01:58 UTC, committed by Alex Deucher on 07 March 2013, 17:58:57 UTC
vbios values are wrong leading to colors that are
too bright.  Use the default values instead.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
1 parent cc9945b
Raw File
Tip revision: e8fc41377f5037ff7a661ea06adc05f1daec1548 authored by Alex Deucher on 27 February 2013, 17:01:58 UTC
drm/radeon: add primary dac adj quirk for R200 board
Tip revision: e8fc413
Makefile
#
# Makefile for Red Hat Linux AFS client.
#

afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o

kafs-objs := \
	$(afs-cache-y) \
	callback.o \
	cell.o \
	cmservice.o \
	dir.o \
	file.o \
	flock.o \
	fsclient.o \
	inode.o \
	main.o \
	misc.o \
	mntpt.o \
	proc.o \
	rxrpc.o \
	security.o \
	server.o \
	super.o \
	netdevices.o \
	vlclient.o \
	vlocation.o \
	vnode.o \
	volume.o \
	write.o

obj-$(CONFIG_AFS_FS)  := kafs.o
back to top