https://github.com/torvalds/linux
Revision b81157d016a48b8025ccfcb286827679b35f16aa authored by Alex Deucher on 13 June 2011, 21:39:06 UTC, committed by Dave Airlie on 16 June 2011, 23:30:04 UTC
The existing code assumed scratch registers in a number
of places while in most cases we are be using writeback
and events rather than scratch registers.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent 11b0a5b
Raw File
Tip revision: b81157d016a48b8025ccfcb286827679b35f16aa authored by Alex Deucher on 13 June 2011, 21:39:06 UTC
drm/radeon/kms: use helper functions for fence read/write
Tip revision: b81157d
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ tracepoints/ trace_events/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/
back to top