index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_performance_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-2
/
+3
*
i965: perf: enable GPA query statistics
Lionel Landwerlin
2018-04-23
1
-0
/
+1
*
i965: perf: add support for raw queries
Lionel Landwerlin
2018-04-23
1
-26
/
+85
*
i965: perf: read slice/unslice frequencies from OA reports
Lionel Landwerlin
2018-04-23
1
-0
/
+59
*
i965: perf: snapshot RPSTAT register
Lionel Landwerlin
2018-04-23
1
-0
/
+50
*
i965: perf: extract utility functions
Lionel Landwerlin
2018-04-23
1
-230
/
+69
*
i965: Drop unused alignment parameter from brw_bo_alloc().
Kenneth Graunke
2018-03-27
1
-3
/
+2
*
i965: add performance query support on CNL
Lionel Landwerlin
2018-03-22
1
-0
/
+2
*
i965: perf: query topology
Lionel Landwerlin
2018-03-22
1
-71
/
+110
*
i965/perf: fix config registration when uploading to kernel
Lionel Landwerlin
2018-03-22
1
-1
/
+1
*
i965: perf: reduce i965 binary size
Lionel Landwerlin
2018-03-20
1
-12
/
+1
*
i965: perf: consolidate unmapping oa perf bo outside accumulation
Lionel Landwerlin
2018-03-08
1
-4
/
+3
*
i965: perf: count number of accumlated reports
Lionel Landwerlin
2018-03-08
1
-0
/
+6
*
i965: perf: reuse timescale base function from query
Lionel Landwerlin
2018-03-08
1
-11
/
+2
*
i965: perf: store sysfs device entry into context
Lionel Landwerlin
2018-03-08
1
-76
/
+70
*
i965: perf: store the hw_id of the context in the query
Lionel Landwerlin
2018-03-08
1
-6
/
+11
*
i965: perf: default case for unknown query types
Lionel Landwerlin
2018-03-08
1
-1
/
+31
*
i965: perf: ensure reading config IDs from sysfs isn't interrupted
Lionel Landwerlin
2018-02-23
1
-1
/
+2
*
i965: perf: cleanup detection of kernel support for loadable configs
Lionel Landwerlin
2018-02-08
1
-15
/
+2
*
i965: perf: use drmIoctl() instead of ioctl()
Lionel Landwerlin
2018-02-08
1
-2
/
+2
*
i965: perf: add debug messages for loaded configs
Lionel Landwerlin
2018-02-08
1
-0
/
+2
*
i965: perf: add support for CoffeeLake GT3
Lionel Landwerlin
2017-11-28
1
-0
/
+3
*
i965: perf: add support for CoffeeLake GT2
Lionel Landwerlin
2017-11-28
1
-0
/
+6
*
i965: add a debug option to disable oa config loading
Lionel Landwerlin
2017-11-28
1
-1
/
+2
*
i965: perf: add support for userspace configurations
Lionel Landwerlin
2017-11-28
1
-8
/
+101
*
i965: perf: make revision variable available
Lionel Landwerlin
2017-11-03
1
-1
/
+3
*
i965: perf: flush batchbuffers at the beginning of queries
Lionel Landwerlin
2017-07-25
1
-8
/
+8
*
i965: perf: use new subslices numbers from device info
Lionel Landwerlin
2017-07-11
1
-32
/
+17
*
i965: Use already existing eu_total
Ben Widawsky
2017-07-11
1
-8
/
+1
*
i965: Use brw_bo_wait() for brw_bo_wait_rendering()
Chris Wilson
2017-07-10
1
-1
/
+1
*
i965: perf: add support for Geminilake
Lionel Landwerlin
2017-06-27
1
-0
/
+3
*
i965: perf: add support for Kabylake
Lionel Landwerlin
2017-06-27
1
-0
/
+8
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-27
1
-2
/
+2
*
i965: perf: ensure isolated timer reports while idle don't confuse filtering
Robert Bragg
2017-06-27
1
-1
/
+17
*
i965: perf: keep on reading reports until delimiting timestamp
Lionel Landwerlin
2017-06-27
1
-20
/
+113
*
i965: Add Gen8+ INTEL_performance_query support
Robert Bragg
2017-06-27
1
-29
/
+283
*
i965: perf: minimize the chances to spread queries across batchbuffers
Lionel Landwerlin
2017-06-27
1
-0
/
+8
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-19
1
-3
/
+4
*
i965: convert MI_REPORT_PERF_COUNT to genxml
Lionel Landwerlin
2017-06-19
1
-28
/
+5
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Drop MAP_READ from some write-only mappings
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-3
/
+3
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-6
/
+4
*
i965: perf: fix pointer to integer cast
Lionel Landwerlin
2017-05-15
1
-1
/
+1
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-9
/
+4
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-22
/
+22
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
1
-5
/
+1
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-3
/
+3
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-25
/
+25
[next]