summaryrefslogtreecommitdiff
path: root/intel
AgeCommit message (Expand)AuthorFilesLines
2015-01-26intel: Only define variable when it's used.Thomas Klausner1-1/+4
2015-01-16intel: Fix GTT entry setup for aub dumpZhenyu Wang1-1/+2
2014-11-21intel: Avoid overcounting fences when emitting self-referential relocsChris Wilson1-6/+9
2014-11-20intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0Thomas Meyer1-3/+4
2014-09-30intel/skl: add gen9 to the CS decoding initDamien Lespiau1-1/+3
2014-09-30intel/skl: Add gen9 to the buffer manager initDamien Lespiau1-0/+2
2014-09-30intel/skl: Add SKL PCI idsDamien Lespiau1-1/+42
2014-09-28intel: use drm_mmap/drm_munmap wrappersEmil Velikov2-10/+9
2014-09-28automake: pick up all files for distribution.Emil Velikov1-1/+2
2014-09-19intel: Don't leak the test page in an has_userptr() error pathDamien Lespiau1-3/+2
2014-09-19intel: Adding locks for drm objects synchronization.Rafal Sapala1-4/+24
2014-09-17intel: Add support for userptr objectsTvrtko Ursulin4-1/+193
2014-09-15intel: make drm_intel_gem_bo_get_reloc_count() thread safeLionel Landwerlin1-0/+7
2014-09-15intel: make bo_unreference() thread safeLionel Landwerlin1-3/+8
2014-09-15intel: make bufmgr_gem shareable from different APILionel Landwerlin1-5/+58
2014-09-01libdrm,intel: rework android header handlingEmil Velikov1-1/+6
2014-09-01libdrm,intel: Add Android buildEmil Velikov1-0/+50
2014-09-01libdrm, freedreno, intel, nouveau, radeon: add Makefile.sourcesEmil Velikov2-12/+18
2014-09-01all: include config.h only when available and use its definesEmil Velikov1-2/+3
2014-08-04intel: Use symbol visibility.Maarten Lankhorst5-83/+114
2014-04-29intel/chv: Add Cherryview PCI IDsVille Syrjälä1-1/+11
2014-04-17intel: Fix some format stringsThierry Reding1-10/+10
2014-04-17Mark functions printf-like where possibleThierry Reding1-5/+2
2014-01-20intel: Create a new drm_intel_bo offset64 field.Kenneth Graunke2-9/+19
2014-01-20intel: Track whether a buffer is idle to avoid trips to the kernel.Eric Anholt1-1/+22
2014-01-10intel: Handle malloc fails in context createBen Widawsky1-1/+5
2014-01-10intel: squash unused variable 'bo_gem'Ben Widawsky1-0/+2
2013-12-13intel/test_decode: Allow gen8 to be infered from the batch filenamesDamien Lespiau1-0/+1
2013-11-26 intel: Track known prime buffers for re-useKeith Packard1-7/+43
2013-11-20intel: Use memset instead of VG_CLEARIan Romanick1-1/+1
2013-11-15intel: Add support for GPU reset status query ioctlIan Romanick2-0/+39
2013-11-08Revert "intel: Add support for GPU reset status query ioctl"Dave Airlie2-39/+0
2013-11-07intel: Add support for GPU reset status query ioctlIan Romanick2-0/+39
2013-11-07intel/bdw: Update MI_BATCH_BUFFER_START for aub dumpsDamien Lespiau1-2/+8
2013-11-07intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.Kenneth Graunke1-3/+9
2013-11-07intel/bdw: Add gen8 to the decode initDamien Lespiau1-1/+3
2013-11-07intel/bdw: Handle gen8 bufmgr_initBen Widawsky1-0/+2
2013-11-07intel/bdw: Add broadwell chipset IDsBen Widawsky1-1/+21
2013-10-29intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.Kenneth Graunke1-0/+1
2013-10-29intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.Kenneth Graunke1-0/+1
2013-10-10intel: Set bo size from lseek if kernel supports itKristian Høgsberg1-1/+11
2013-08-30intel: Update package name and description in libdrm_intel.pcEmil Velikov1-2/+2
2013-07-16intel: silence valgrind warnings for unsynchronized mapsChia-I Wu1-0/+7
2013-06-10intel/aub: Implement a way to specify the output .aub filenameDamien Lespiau2-1/+28
2013-06-10intel/aub: Return early if we disable aub dumpsDamien Lespiau1-0/+1
2013-06-10intel/aub: Sync the AUB defines with mesa'sDamien Lespiau1-23/+53
2013-06-05intel: Adding more reserved PCI IDs for Haswell.Rodrigo Vivi1-3/+51
2013-06-05intel: Fix Haswell GT3 names.Rodrigo Vivi1-26/+27
2013-04-27intel: Add support for VEBOX ring (v2)Xiang, Haihao1-0/+9
2013-04-04intel-decode: Fix gen6 HIER_DEPTH_BUFFER decodingDaniel Vetter2-4/+4