summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/benchmarks/Makefile
blob: 545077f98f72d72ea5fce37892812295c0ebe32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench null_syscall

CFLAGS += -O2

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c

context_switch: ../utils.c
context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
context_switch: LDLIBS += -lpthread

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o
next.git/tree/?h=nds-private-remove&id=dc55ac3b52e69be4868687acabf232af81e0ef8b'>2017947abe9fe0b5eab675a0509837c57ae0f71b /include parente2103d36dd95a22d94b9cfbf82681ca094f2f2e8 (diff)
drm/bridge: Add ti-tfp410 DVI transmitter driver
Add very basic ti-tfp410 DVI transmitter driver. The only feature separating this from a completely dummy bridge is the EDID read support trough DDC I2C. Even that functionality should be in a separate generic connector driver. However, because of missing DRM infrastructure support the connector is implemented within the bridge driver. Some tfp410 HW specific features may be added later if needed, because there is a set of registers behind i2c if it is connected. This implementation is tested against my new tilcdc bridge support and it works with BeagleBone DVI-D Cape Rev A3. A DT binding document is also updated. Signed-off-by: Jyri Sarha <jsarha@ti.com> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include')