aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_compute.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2017-04-03 20:22:59 -0700
committerKenneth Graunke <[email protected]>2017-04-10 14:32:25 -0700
commite0d15e9769cdfa887d2580eb50019516e7fda1fe (patch)
treef70c7d8e4ea07d3041216f2411496cac3d43d0d7 /src/mesa/drivers/dri/i965/brw_compute.c
parentdfd81373b6ae3a8264c36b47722a38e47bfed756 (diff)
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
The stupid reason for eliminating these functions is that I'm about to rename drm_bacon_bo_map() to brw_bo_map(), which makes the real function have the short name, rather than the wrapper. I'm also planning on reworking our mapping code soon, so we use WC mappings and proper unsynchronized mappings on non-LLC platforms. It will be easier to do that without thinking about the stall warnings and wrappers. My eventual hope is to put the performance warnings in the BO map function itself, so all callers gain the warning. Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compute.c')
0 files changed, 0 insertions, 0 deletions