aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_performance_query.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-2/+3
* i965: perf: enable GPA query statisticsLionel Landwerlin2018-04-231-0/+1
* i965: perf: add support for raw queriesLionel Landwerlin2018-04-231-26/+85
* i965: perf: read slice/unslice frequencies from OA reportsLionel Landwerlin2018-04-231-0/+59
* i965: perf: snapshot RPSTAT registerLionel Landwerlin2018-04-231-0/+50
* i965: perf: extract utility functionsLionel Landwerlin2018-04-231-230/+69
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-271-3/+2
* i965: add performance query support on CNLLionel Landwerlin2018-03-221-0/+2
* i965: perf: query topologyLionel Landwerlin2018-03-221-71/+110
* i965/perf: fix config registration when uploading to kernelLionel Landwerlin2018-03-221-1/+1
* i965: perf: reduce i965 binary sizeLionel Landwerlin2018-03-201-12/+1
* i965: perf: consolidate unmapping oa perf bo outside accumulationLionel Landwerlin2018-03-081-4/+3
* i965: perf: count number of accumlated reportsLionel Landwerlin2018-03-081-0/+6
* i965: perf: reuse timescale base function from queryLionel Landwerlin2018-03-081-11/+2
* i965: perf: store sysfs device entry into contextLionel Landwerlin2018-03-081-76/+70
* i965: perf: store the hw_id of the context in the queryLionel Landwerlin2018-03-081-6/+11
* i965: perf: default case for unknown query typesLionel Landwerlin2018-03-081-1/+31
* i965: perf: ensure reading config IDs from sysfs isn't interruptedLionel Landwerlin2018-02-231-1/+2
* i965: perf: cleanup detection of kernel support for loadable configsLionel Landwerlin2018-02-081-15/+2
* i965: perf: use drmIoctl() instead of ioctl()Lionel Landwerlin2018-02-081-2/+2
* i965: perf: add debug messages for loaded configsLionel Landwerlin2018-02-081-0/+2
* i965: perf: add support for CoffeeLake GT3Lionel Landwerlin2017-11-281-0/+3
* i965: perf: add support for CoffeeLake GT2Lionel Landwerlin2017-11-281-0/+6
* i965: add a debug option to disable oa config loadingLionel Landwerlin2017-11-281-1/+2
* i965: perf: add support for userspace configurationsLionel Landwerlin2017-11-281-8/+101
* i965: perf: make revision variable availableLionel Landwerlin2017-11-031-1/+3
* i965: perf: flush batchbuffers at the beginning of queriesLionel Landwerlin2017-07-251-8/+8
* i965: perf: use new subslices numbers from device infoLionel Landwerlin2017-07-111-32/+17
* i965: Use already existing eu_totalBen Widawsky2017-07-111-8/+1
* i965: Use brw_bo_wait() for brw_bo_wait_rendering()Chris Wilson2017-07-101-1/+1
* i965: perf: add support for GeminilakeLionel Landwerlin2017-06-271-0/+3
* i965: perf: add support for KabylakeLionel Landwerlin2017-06-271-0/+8
* i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin2017-06-271-2/+2
* i965: perf: ensure isolated timer reports while idle don't confuse filteringRobert Bragg2017-06-271-1/+17
* i965: perf: keep on reading reports until delimiting timestampLionel Landwerlin2017-06-271-20/+113
* i965: Add Gen8+ INTEL_performance_query supportRobert Bragg2017-06-271-29/+283
* i965: perf: minimize the chances to spread queries across batchbuffersLionel Landwerlin2017-06-271-0/+8
* i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin2017-06-191-3/+4
* i965: convert MI_REPORT_PERF_COUNT to genxmlLionel Landwerlin2017-06-191-28/+5
* i965: Add and use brw_bo_map()Matt Turner2017-06-061-3/+3
* i965: Drop MAP_READ from some write-only mappingsMatt Turner2017-06-061-1/+1
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-061-3/+3
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-061-3/+3
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-6/+4
* i965: perf: fix pointer to integer castLionel Landwerlin2017-05-151-1/+1
* i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke2017-04-101-9/+4
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-22/+22
* i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke2017-04-101-5/+1
* i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke2017-04-101-3/+3
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-25/+25