summaryrefslogtreecommitdiff
path: root/src/intel/common
AgeCommit message (Expand)AuthorFilesLines
2017-07-11intel: add number of subslices to device infoLionel Landwerlin2-8/+54
2017-07-10intel: Fix clflushing on modern (Baytrail+) Atom CPUs.Kenneth Graunke1-0/+12
2017-07-10intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke1-0/+56
2017-06-22i965/CFL: Add PCI Ids for Coffee Lake.Anusha Srivatsa2-0/+27
2017-06-20intel: compiler/i965: fix is_broxton checksLionel Landwerlin1-0/+3
2017-06-20i965/cnl: Add l3 configuration for CannonlakeBen Widawsky1-1/+20
2017-06-20i965: Add a variable for way size per bank in get_l3_way_size()Anuj Phogat1-5/+4
2017-06-20i965: Fix broxton 2x6 l3 configAnuj Phogat1-0/+16
2017-06-19intel: common: add number of thread per euLionel Landwerlin2-2/+28
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin2-11/+13
2017-06-19intel: common: add flag to identify platforms by nameLionel Landwerlin2-6/+24
2017-06-09i965/cnl: Add a preliminary device for CannonlakeBen Widawsky1-0/+46
2017-06-09i965/cnl: Handle gen10 in switch cases across the driverAnuj Phogat1-0/+1
2017-06-09i965: Make feature macros gen8 basedBen Widawsky1-8/+5
2017-06-06intel: Fix broxton 2x6 way size computationAnuj Phogat1-0/+4
2017-06-06intel: gen-decoder: rework how we handle groupsLionel Landwerlin2-86/+161
2017-06-05i965: Change INTEL_DEBUG=vec4 to INTEL_SCALAR_VS for consistency.Kenneth Graunke2-2/+1
2017-06-02i965: Simplify l3 way size computationsAnuj Phogat1-10/+2
2017-06-02i965: Add and initialize l3_banks field for gen7+Anuj Phogat2-3/+27
2017-06-01genxml: Fix decoder to print the array element on field members.Kenneth Graunke1-3/+9
2017-06-01genxml: Fix decoding of array groups.Kenneth Graunke1-1/+1
2017-06-01genxml: Fix decoder for groups with multiple fields.Kenneth Graunke1-4/+2
2017-05-26intel/decoder: Handle the BLT ring in gen_group_get_lengthJason Ekstrand1-0/+4
2017-05-26intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECTJason Ekstrand1-2/+7
2017-05-15intel/decoder: Fix indentationMatt Turner1-4/+4
2017-05-15intel: gen-decoder: fix xml parser leakLionel Landwerlin1-6/+7
2017-05-10i965: Drop INTEL_DEBUG=stats.Kenneth Graunke2-2/+1
2017-05-09intel: gen decoder: don't check for size_t negative valuesLionel Landwerlin1-1/+1
2017-04-24intel/aubinator: Correctly read variable length structs.Rafael Antognolli2-6/+35
2017-04-16intel/decoder: Fix is_header_field starting condition.Kenneth Graunke1-1/+1
2017-04-06intel/gen_decoder: return -1 for unknown command formatsJordan Justen1-7/+15
2017-04-06intel/gen_decoder: Fix length for Media State/Object commandsJordan Justen1-2/+10
2017-04-04intel: tools: add aubinator_error_decode toolLionel Landwerlin2-0/+12
2017-04-03aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2-5/+18
2017-04-03intel: gen_decoder: store pointer to current decoded field in iteratorLionel Landwerlin2-25/+26
2017-03-31intel: genxml: compress all gen files into oneLionel Landwerlin1-40/+22
2017-03-22intel/common: consistently use ifndef guards over pragma onceEmil Velikov1-1/+5
2017-03-21intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2-0/+1000
2017-03-21intel: Add a INTEL_DEBUG=color option.Kenneth Graunke2-0/+2
2017-03-17i965: Allow a per gen timebase scale factorRobert Bragg2-2/+35
2017-03-14intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2-0/+2
2017-03-07i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2-20/+18
2017-03-06i965: don't require 64bit cmpxchgGrazvydas Ignotas1-3/+11
2017-03-01i965: Move intel_debug.h to intel/common/gen_debug.hJason Ekstrand2-0/+243
2016-11-23i965: Fix a mistake from porting the URB allocation code to arrays.Kenneth Graunke1-1/+1
2016-11-22intel/common: Add an is_kabylake field to gen_device_infoJason Ekstrand2-0/+6
2016-11-19intel: Share URB configuration code between GL and Vulkan.Kenneth Graunke2-0/+207
2016-11-19intel: Convert devinfo->urb.min_*_entries into an array.Kenneth Graunke2-30/+63
2016-11-19intel: Convert devinfo->urb.max_*_entries into an array.Kenneth Graunke2-60/+92
2016-11-15i965: Consolidate GEN9 LP definitionBen Widawsky1-80/+42