summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 86433aa272ce221092b7dccdebf9752bf3c5c635 (plain)
1
2
3
4
5
6
7
8
9
10
11
astraceroute/.gitignore export-ignore
bpfc/.gitignore export-ignore
curvetun/.gitignore export-ignore
flowtop/.gitignore export-ignore
ifpps/.gitignore export-ignore
mausezahn/.gitignore export-ignore
netsniff-ng/.gitignore export-ignore
trafgen/.gitignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
table summary='diffstat' class='diffstat'>ape.org>2016-05-06 08:50:14 +0100 committerChris Wilson <chris@chris-wilson.co.uk>2016-05-09 08:30:48 +0100 commit6761d0a184efe5a735dfcd9c9f7ac08b2d44d657 (patch) tree1fc6230f33b1a2fdc5772a925f0e04615e735204 parent2a55135c67e8eedea232f2c595698235a9ff92d4 (diff)
drm/i915: Allow MI_LOAD_REGISTER_REG between whitelisted registers.
Allowing register copies where the source and destination are both whitelisted should be safe, and is useful. For example, Mesa uses this to load the command streamer math registers with data from the pipeline statistics counters. v2: Reject writes to OACONTROL (and reads as well :( Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> # v1 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1462521014-13595-1-git-send-email-chris@chris-wilson.co.uk
Diffstat