summaryrefslogtreecommitdiff
path: root/intel
AgeCommit message (Expand)AuthorFilesLines
2018-02-23*-symbol-check: Don't hard-code nm executableHeiko Becker2-1/+2
2018-01-29always define HAVE_VALGRINDEric Engestrom1-2/+2
2018-01-12Add meson build systemDylan Baker1-0/+105
2018-01-11intel: Add more Coffeelake PCI IDsAnuj Phogat1-7/+23
2017-09-21intel: Change a KBL pci id to GT2 from GT1.5Anuj Phogat1-2/+2
2017-06-30intel/intel_chipset: Move IS_9XX below IS_GEN10.Rodrigo Vivi1-9/+9
2017-06-30intel: add GEN10 to IS_9XX.Paulo Zanoni1-1/+2
2017-06-30intel/gen10: Add missed gen10 stuffBen Widawsky2-1/+5
2017-06-30intel: Add Cannonlake PCI IDs for Y-skus.Rodrigo Vivi1-1/+15
2017-06-30intel: Add Cannonlake PCI IDs for U-skus.Rodrigo Vivi1-0/+13
2017-06-29intel: PCI Ids for U SKU in CFLAnusha Srivatsa1-1/+11
2017-06-29intel: PCI Ids for H SKU in CFLAnusha Srivatsa1-1/+7
2017-06-29intel: PCI Ids for S SKU in CFLAnusha Srivatsa1-1/+16
2017-04-10intel: remove dead codeEric Engestrom1-1/+0
2017-03-08intel: Add handle to hashtable before freeing along an error pathChris Wilson1-4/+4
2017-02-28intel: avoid null pointer dereferenceThomas Hindoe Paaboel Andersen1-1/+2
2017-02-11intel: Move 48b support to bo_gem->kflagsChris Wilson1-16/+5
2017-02-11intel: Move is_softpin to obj->kflagsChris Wilson1-18/+11
2017-01-28intel: fix make distcheckDave Airlie1-0/+4
2017-01-27intel: Export a function to re-enable implicit synchronisationChris Wilson2-0/+20
2017-01-27intel: Clear execobject flags before preserving object in reuse cacheChris Wilson1-0/+2
2017-01-27intel: Support passing of explicit fencing from execbufChris Wilson2-4/+33
2017-01-27intel: Allow the client to control implicit synchronisationChris Wilson2-4/+49
2017-01-27android: introduce Android.common.mk to reduce boilerplateEmil Velikov1-5/+2
2017-01-27android: remove LOCAL_MODULE_TAGS := optional tagEmil Velikov1-1/+0
2017-01-15intel: update global_name before HASH_ADDDongwon Kim1-2/+3
2016-11-22libdrm: random typo fixesGrazvydas Ignotas2-5/+5
2016-11-22intel: Add drm_intel_gem_context_get_id to intel-symbols-checkMichel Dänzer1-0/+1
2016-11-21intel: Add a getter for the intel_context ctx_idRobert Bragg2-0/+13
2016-11-18intel: Add Geminilake PCI IDsBen Widawsky1-3/+10
2016-11-14intel: Add uthash.h to Makefile.sources.Matt Turner1-1/+2
2016-11-14intel: Allow some codenames in INTEL_DEVID_OVERRIDENeil Roberts1-1/+29
2016-10-24intel: Look prime handle up in handle hash tableChris Wilson1-1/+1
2016-10-24intel: Add new symbols to intel-symbol-checkMichel Dänzer1-0/+3
2016-10-22intel: Migrate handle/name lookups from linear lists to hashtablesChris Wilson2-101/+1181
2016-10-22intel: Export raw GEM mmap interfacesChris Wilson2-0/+158
2016-09-08intel: Add new symbols to intel-symbol-checkMichel Dänzer1-0/+2
2016-09-07intel: Export pooled EU and min no. of eus in a pool.Yang Rong2-0/+33
2016-07-23automake: Don't include Android Makefiles in the release tarballAndreas Boll1-1/+0
2016-07-06Android: strip out header files from sources listRob Herring1-1/+1
2016-06-29intel: Removing PCI IDs that are no longer listed as Kabylake.Rodrigo Vivi1-13/+3
2016-06-29intel: Add more Kabylake PCI IDs.Rodrigo Vivi1-4/+10
2016-04-27intel/skl: Add missing SKL PCI IDsMichał Winiarski1-8/+16
2016-04-07intel: Fix spelling mistakesEric Engestrom5-5/+5
2016-03-02intel: Adding missing Broxton PCI IDs.Rodrigo Vivi1-1/+5
2016-01-20configure.ac: disable annoying warning -Wmissing-field-initializersMarek Olšák1-2/+0
2016-01-06intel/kbl: Add Kabylake PCI idsRodrigo Vivi1-1/+56
2015-12-22intel: Restore formatting of offsets in debug statementslibdrm-2.4.66Michał Winiarski1-9/+14
2015-12-14intel: Add drm_intel_bo_set_softpin_offset to intel-symbol-checkKristian Høgsberg Kristensen1-0/+1
2015-12-14intel: Add support for softpinMichał Winiarski4-27/+169