summaryrefslogtreecommitdiff
path: root/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for GPU reset status query ioctlIan Romanick2013-11-152-0/+39
* Revert "intel: Add support for GPU reset status query ioctl"Dave Airlie2013-11-082-39/+0
* intel: Add support for GPU reset status query ioctlIan Romanick2013-11-072-0/+39
* intel/bdw: Update MI_BATCH_BUFFER_START for aub dumpsDamien Lespiau2013-11-071-2/+8
* intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.Kenneth Graunke2013-11-071-3/+9
* intel/bdw: Add gen8 to the decode initDamien Lespiau2013-11-071-1/+3
* intel/bdw: Handle gen8 bufmgr_initBen Widawsky2013-11-071-0/+2
* intel/bdw: Add broadwell chipset IDsBen Widawsky2013-11-071-1/+21
* intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.Kenneth Graunke2013-10-291-0/+1
* intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.Kenneth Graunke2013-10-291-0/+1
* intel: Set bo size from lseek if kernel supports itKristian Høgsberg2013-10-101-1/+11
* intel: Update package name and description in libdrm_intel.pcEmil Velikov2013-08-301-2/+2
* intel: silence valgrind warnings for unsynchronized mapsChia-I Wu2013-07-161-0/+7
* intel/aub: Implement a way to specify the output .aub filenameDamien Lespiau2013-06-102-1/+28
* intel/aub: Return early if we disable aub dumpsDamien Lespiau2013-06-101-0/+1
* intel/aub: Sync the AUB defines with mesa'sDamien Lespiau2013-06-101-23/+53
* intel: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi2013-06-051-3/+51
* intel: Fix Haswell GT3 names.Rodrigo Vivi2013-06-051-26/+27
* intel: Add support for VEBOX ring (v2)Xiang, Haihao2013-04-271-0/+9
* intel-decode: Fix gen6 HIER_DEPTH_BUFFER decodingDaniel Vetter2013-04-042-4/+4
* intel: Fix Haswell CRW PCI IDs.Kenneth Graunke2013-03-281-9/+9
* intel_chipset: Fix up VLV confusionVille Syrjälä2013-03-271-3/+3
* intel_chipset: Use parens around macro argumentsVille Syrjälä2013-03-271-155/+155
* intel_chipset: Merge intel-gpu-tools chipsetsBen Widawsky2013-02-111-75/+101
* intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMSbaserock/morphChris Forbes2013-02-061-1/+1
* intel/aub: Actually run BLT batches on the blit ring.Kenneth Graunke2013-02-061-0/+2
* intel: add more VLV PCI IDsJesse Barnes2013-02-021-1/+7
* intel: Remove the fence count contributions when clearing relocsChris Wilson2013-01-131-3/+4
* intel: Fix missing ETIME on BSD operating systemsDavid Shao2012-11-101-0/+3
* intel: Silence a trivial compiler warningChris Wilson2012-10-071-1/+0
* intel: Correct the word decoding for gen2 3DSTATE_LOAD_STATE_IMMEDIATE_1Chris Wilson2012-10-071-1/+1
* intel: Fix "properly test for HAS_LLC"Chris Wilson2012-10-071-1/+1
* intel: Mark bo's exported to prime as not reusableKristian Høgsberg2012-09-141-1/+8
* intel: add support for ValleyViewJesse Barnes2012-09-131-1/+6
* intel: properly test for HAS_LLCDaniel Vetter2012-09-011-1/+1
* intel: Use VG_CLEAR on the context destroy ioctl as well.Kenneth Graunke2012-08-121-0/+2
* intel: Add a function for the new register read ioctl.Eric Anholt2012-08-102-0/+21
* intel: add more Haswell PCI IDsPaulo Zanoni2012-08-081-3/+65
* intel: Bail gracefully if we encounter an unknown Intel deviceChris Wilson2012-08-081-3/+5
* intel: Quiet valgrind warnings in context creation.Eric Anholt2012-08-021-0/+1
* intel: Remove two unused variablesDamien Lespiau2012-08-021-2/+1
* intel: fix build errorRob Clark2012-07-201-1/+1
* intel: add prime interface for getting/setting a prime bo. (v4)Dave Airlie2012-07-202-0/+67
* intel: Change context create failure message to from fprintf to DBG().Kenneth Graunke2012-07-121-2/+2
* intel: Fix build failure in test_decode.cLauri Kasanen2012-07-031-0/+2
* intel/context: create/destroy implementationBen Widawsky2012-06-291-0/+45
* intel/decode: fix the reference file forlibdrm-2.4.362.4.36Ben Widawsky2012-06-272-4/+4
* Revert "intel/decode: VERTEX_ELEMENT_STATE, 1 means valid"Ben Widawsky2012-06-271-1/+1
* intel: add decoding of MI_SET_CONTEXTBen Widawsky2012-06-271-1/+17
* intel/context: new execbuf interface for contextsBen Widawsky2012-06-272-7/+30