aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/dev
Commit message (Expand)AuthorAgeFilesLines
* intel: Disable loading drivers on DG1 devices for nowKenneth Graunke2020-06-241-1/+1
* intel/dev: Add device info for DG1Jordan Justen2020-06-221-0/+12
* intel/devinfo: Add function to check for DRM_I915_GEM_GET_TILING.Rafael Antognolli2020-06-222-0/+29
* intel/devinfo: Add is_dg1 to device infoAnuj Phogat2020-06-221-0/+1
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* intel/dev: Don't consider all TGL SKUs as GT1 onlySatyeshwar Singh2020-05-301-1/+1
* intel: add identifier for debug purposesLionel Landwerlin2020-05-202-0/+132
* intel: Store the aperture size in devinfo.Rafael Antognolli2020-05-152-0/+17
* intel: Delete hardcoded devinfo->urb.size values for Gen7+ (sans DG1).Kenneth Graunke2020-05-113-35/+6
* intel/dev: Add device info for RKLJordan Justen2020-05-091-0/+13
* intel/dev: Split .num_subslices out of GEN12_FEATURES macroJordan Justen2020-05-091-4/+7
* intel/dev: Bail when INTEL_DEVID_OVERRIDE is not validCaio Marcelo de Oliveira Filho2020-05-011-55/+52
* intel/dev: print out error when platform is not found by nameLionel Landwerlin2020-04-301-0/+6
* intel/fs: Add INTEL_DEBUG=no32 debugging flag.Francisco Jerez2020-04-282-1/+3
* intel/devinfo: Compute the correct L3$ size for Gen12Jason Ekstrand2020-04-281-0/+11
* intel: drop unused include directoriesEric Engestrom2020-03-281-1/+1
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni2020-03-031-1/+1
* intel: Load the driver even if I915_PARAM_REVISION is not found.Rafael Antognolli2020-02-061-1/+1
* intel/compiler: Split has_64bit_types into float/intMatt Turner2020-01-222-5/+9
* intel: Use similar brand strings to the Windows driversKenneth Graunke2020-01-132-17/+17
* intel: limit shader geometry on BDW GT1Ross Zwisler2019-12-201-1/+2
* intel: Add pci-ids for Jasper LakeAnuj Phogat2019-12-091-0/+1
* intel: Add device info for 1x4x6 Jasper LakeAnuj Phogat2019-12-091-4/+21
* intel/dev: flag the Elkhart Lake platformLionel Landwerlin2019-11-152-0/+5
* intel/dev: set default num_eu_per_subslice on gen12Lionel Landwerlin2019-10-301-1/+2
* intel/dev: Add preliminary device info for TigerlakeJordan Justen2019-10-301-0/+49
* loader: default to iris for all future PCI IDsEric Engestrom2019-10-282-0/+3
* intel/dev: store whether the device uses an aux map tables on devinfoLionel Landwerlin2019-10-281-0/+1
* intel: Add INTEL_DEBUG=nofc for disabling fast clearsCaio Marcelo de Oliveira Filho2019-10-092-0/+2
* intel: fix subslice computation from topology dataLionel Landwerlin2019-10-051-1/+1
* intel: fix topology queryLionel Landwerlin2019-10-021-0/+3
* intel: Get information about pixel pipes subslices.Rafael Antognolli2019-08-122-1/+25
* intel/device: make internal functions privateMark Janes2019-08-012-84/+68
* intel/device: rename gen_get_device_infoMark Janes2019-08-013-8/+10
* i965: Move device info initialization to common codeMark Janes2019-08-012-0/+137
* intel: replace large stack buffer with heap allocationEric Engestrom2019-07-292-27/+32
* intel: add disable_ccs_repack to gen_device_infoDongwon Kim2019-07-082-0/+4
* iris: Implement INTEL_DEBUG=pc for pipe control logging.Kenneth Graunke2019-06-202-0/+2
* iris: Print binding tables when INTEL_DEBUG=btCaio Marcelo de Oliveira Filho2019-06-032-0/+2
* intel/compiler: Implement TCS 8_PATCH mode and INTEL_DEBUG=tcs8Kenneth Graunke2019-05-142-1/+4
* intel: drop misleading driver name from gen_get_device_info()Mike Blumenkrantz2019-05-111-1/+1
* intel: workaround VS fixed function issue on Gen9 GT1 partsLionel Landwerlin2019-04-231-0/+12
* intel/devinfo: add basic sanity tests on device databaseLionel Landwerlin2019-04-192-0/+45
* intel/devinfo: fix missing num_thread_per_eu on ICLLionel Landwerlin2019-04-191-6/+2
* i965: move brw_timebase_scale to device infoLionel Landwerlin2019-04-171-0/+7
* i965: store device revision in gen_device_infoLionel Landwerlin2019-04-171-0/+1
* intel/common: move gen_debug to intel/devMark Janes2019-04-103-0/+246
* intel: Add support for Comet LakeAnuj Phogat2019-04-011-0/+1
* intel: Add Elkhart Lake device infoAnuj Phogat2019-03-271-0/+60