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 Linux kernel SUN RPC
#


obj-$(CONFIG_SUNRPC) += sunrpc.o
obj-$(CONFIG_SUNRPC_GSS) += auth_gss/
obj-$(CONFIG_SUNRPC_XPRT_RDMA) += xprtrdma/

sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \
	    auth.o auth_null.o auth_unix.o auth_generic.o \
	    svc.o svcsock.o svcauth.o svcauth_unix.o \
	    addr.o rpcb_clnt.o timer.o xdr.o \
	    sunrpc_syms.o cache.o rpc_pipe.o \
	    svc_xprt.o
sunrpc-$(CONFIG_SUNRPC_BACKCHANNEL) += backchannel_rqst.o bc_svc.o
sunrpc-$(CONFIG_PROC_FS) += stats.o
sunrpc-$(CONFIG_SYSCTL) += sysctl.o
back to top