Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
igt-gpu-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
drm
igt-gpu-tools
Commits
4eef00a8
Commit
4eef00a8
authored
Sep 29, 2010
by
Zhenyu Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decode: fix PS sample state change bit on sandybridge
Signed-off-by:
Zhenyu Wang
<
zhenyuw@linux.intel.com
>
parent
dbc547db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/intel_decode.c
tools/intel_decode.c
+1
-1
No files found.
tools/intel_decode.c
View file @
4eef00a8
...
...
@@ -1726,7 +1726,7 @@ decode_3d_965(uint32_t *data, int count, uint32_t hw_offset, uint32_t devid, int
"GS mod %d, PS mod %d
\n
"
,
(
data
[
0
]
&
(
1
<<
8
))
!=
0
,
(
data
[
0
]
&
(
1
<<
9
))
!=
0
,
(
data
[
0
]
&
(
1
<<
1
0
))
!=
0
);
(
data
[
0
]
&
(
1
<<
1
2
))
!=
0
);
instr_out
(
data
,
hw_offset
,
1
,
"VS sampler state
\n
"
);
instr_out
(
data
,
hw_offset
,
2
,
"GS sampler state
\n
"
);
instr_out
(
data
,
hw_offset
,
3
,
"WM sampler state
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment