summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-17[rfc] amdgpu_drm, export context id and use in raw cs interfacedrm-amdgpu-cs-submit-rawDave Airlie2-3/+9
2017-07-17amdgpu/cs: add new raw cs submission interface just taking chunksDave Airlie2-23/+49
2017-07-17amdgpu: refactor semaphore handling.Dave Airlie1-40/+75
2017-07-17amdgpu_cs: reduce lock hold for sequence mutexDave Airlie1-5/+6
2017-07-17amdgpu: add syncobj create/destroy apisDave Airlie2-1/+50
2017-07-07Remove redundant memclearcoypu1-2/+0
2017-07-06etnaviv: submit full struct drm_etnaviv_gem_submitChristian Gmeiner1-7/+1
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-06-29libdrm: add drm syncobj create/destroy/import/exportDave Airlie2-0/+89
2017-06-29drm: update drm.h to latest in drm-next.Dave Airlie1-0/+26
2017-06-27amdgpu: sync amdgpu_drm with kernel.Dave Airlie1-1/+53
2017-06-22headers: Update drm_fourcc and vc4_drm.h with new VC4 tiling UAPI.Eric Anholt2-4/+41
2017-06-13amdgpu: move asic id table to a separate fileXiaojie Yuan10-173/+445
2017-06-13amdgpu: Add .editorconfig file for amdgpu coding styleMichel Dänzer1-0/+9
2017-06-12tests/amdgpu: s/uvd_messages.h/decode_messages.h/ in Makefile.amMichel Dänzer1-1/+1
2017-06-06tests/amdgpu: Fix device_id optionTom St Denis1-9/+9
2017-06-05tests/amdgpu: implement vcn dec unit testsLeo Liu2-3/+166
2017-06-05tests/amdgpu: add vcn tests support and setsLeo Liu4-1/+300
2017-06-05tests/amdgpu: move decode sum to commonLeo Liu2-1/+3
2017-06-05tests/amdgpu: separate decode messagesLeo Liu2-1/+5
2017-06-05tests/amdgpu: rename uvd messages to decode messagesLeo Liu2-5/+5
2017-06-03headers: sync drm_sarea.h with airlied/drm-nextEric Engestrom1-0/+8
2017-06-03headers: sync drm_fourcc.h with airlied/drm-nextEric Engestrom1-0/+126
2017-05-28Android: fix missing trailing \Rob Herring1-1/+1
2017-05-28Android's major/minor/makedev live in <sys/sysmacros.h>Elliott Hughes1-0/+1
2017-05-24Bump version to 2.4.81Marek Olšák1-1/+1
2017-05-23amdgpu/drm: add AMDGPU_HW_IP_VCN_ENCLeo Liu1-1/+2
2017-05-23amdgpu/drm: add AMDGPU_HW_IP_VCN_DECLeo Liu1-1/+2
2017-05-23amdgpu: add raven family idHawking Zhang1-0/+1
2017-05-16amdgpu: add missing extern "C" headersNicolai Hähnle1-0/+8
2017-05-04Fix stray caller of drmCompareDevicesAdam Jackson1-1/+1
2017-05-04configure: Fix the <sys/sysmacros.h> checkAdam Jackson1-0/+4
2017-05-04Export drmDevicesEqualAdam Jackson2-9/+11
2017-05-03amdgpu: Use the canonical form in branch predicateEdward O'Callaghan1-1/+1
2017-04-25Add the DPI encoder/connector types to KMS utils.Eric Anholt1-0/+2
2017-04-25Add pl111 as a KMS driver for utils.Eric Anholt1-0/+1
2017-04-19modetest: fix printing of fourcc on BE machinesIlia Mirkin1-1/+10
2017-04-19amdgpu/: concisely && consistently check null ptrs in canonical formEdward O'Callaghan3-33/+17
2017-04-18amdgpu: add a test for amdgpu_cs_wait_fencesNicolai Hähnle1-0/+100
2017-04-18amdgpu: add the interface of waiting multiple fencesNicolai Hähnle3-0/+95
2017-04-15freedreno: fix double-free on exitRob Clark1-3/+3
2017-04-15configure.ac: bump version for releaseChristian Gmeiner1-1/+1
2017-04-12etnaviv: add fence fd supportPhilipp Zabel3-4/+32