summaryrefslogtreecommitdiffstats
path: root/ipc/namespace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-28drm/nouveau/pm: allow to query the number of sources for a signalSamuel Pitoiset2-4/+21
2015-08-28drm/nouveau/pm: add concept of sourcesSamuel Pitoiset3-4/+103
2015-08-28drm/nouveau/pm: allow to monitor hardware signal index 0x00Samuel Pitoiset3-6/+10
2015-08-28drm/nouveau/pm: use hardware signals indexes instead of user-readable namesSamuel Pitoiset2-44/+19
2015-08-28drm/nouveau/pm: change signal iter to u16Samuel Pitoiset3-9/+10
2015-08-28drm/nouveau/pm: allow to query signals by domainSamuel Pitoiset2-25/+14
2015-08-28drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN methodSamuel Pitoiset2-1/+96
2015-08-28drm/nouveau/pm: prevent creating a perfctr object when signals are not foundSamuel Pitoiset1-2/+4
2015-08-28drm/nouveau/pm: reorganize the nvif interfaceSamuel Pitoiset3-18/+51
2015-08-28drm/nouveau/pm: remove unused nvkm_perfsig_wrap() functionSamuel Pitoiset2-24/+0
2015-08-28drm/nouveau/pm: remove pmu signalsSamuel Pitoiset8-151/+1
2015-08-28drm/nouveau/clk/nv50: Enable user reclocking for NVA0Roy Spliet1-1/+2
2015-08-28drm/nouveau/fb/gddr3: Add a few CL and WR entries observed on GTX260Roy Spliet1-4/+4
2015-08-28drm/nouveau/fb/ramnv50: GDDR3 script for NVA0Roy Spliet1-25/+104
2015-08-28drm/nouveau/bios/ramcfg: Separate out RON pull valueRoy Spliet4-3/+9
2015-08-28drm/nouveau/bios/rammap: Parse perf mode as if it's a rammap entryRoy Spliet4-0/+24
2015-08-28drm/nouveau/fb/ramnv50: Ressurect timing code, use proper timing/rammap handlersRoy Spliet4-33/+182
2015-08-28drm/nouveau/fb/ramgt215: No need to cuss like thatRoy Spliet1-1/+1
2015-08-28drm/nouveau/fb/ramnv50: Make 0x100da0 per-partitionRoy Spliet1-7/+13
2015-08-28drm/nouveau/bios/rammap: Pull DLLoff bit out of version 0x10 structRoy Spliet6-8/+8
2015-08-28remove unnecessary includeBen Skeggs1-30/+0
2015-08-26drm/amdgpu: fix wait queue handling in the schedulerChristian König2-10/+10
2015-08-26drm/amdgpu: remove extra parameters from scheduler callbacksChristian König3-14/+8
2015-08-26drm/amdgpu: wake up scheduler only when neccessaryChristian König1-1/+12
2015-08-26drm/amdgpu: remove entity idle timeout v2Christian König2-17/+7
2015-08-26drm/amdgpu: fix postclose orderChristian König1-2/+2
2015-08-26drm/amdgpu: use IB for copy buffer of evictionChunming Zhou8-79/+81
2015-08-26drm/amdgpu: adjust the judgement of removing fence callbackJunwei Zhang1-1/+1
2015-08-25drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou1-1/+7
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou4-18/+58
2015-08-25drm/amdgpu: add priv data to schedChunming Zhou3-3/+7
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou6-8/+10
2015-08-25drm/amdgpu: remove entity reference from sched fenceChristian König4-14/+8
2015-08-25drm/amdgpu: fix and cleanup amd_sched_entity_push_jobChristian König4-38/+48
2015-08-25drm/amdgpu: remove amdgpu_bo_list_cloneChristian König2-35/+0
2015-08-25drm/amdgpu: remove the context from amdgpu_jobChristian König3-12/+1
2015-08-25drm/amdgpu: remove unused parameters to amd_sched_createChristian König3-27/+11
2015-08-25drm/amdgpu: remove sched_lockChristian König2-4/+0
2015-08-25drm/amdgpu: remove prepare_job callbackChristian König2-9/+2
2015-08-25drm/amdgpu: cleanup a scheduler function nameChristian König1-3/+3
2015-08-25drm/amdgpu: reorder scheduler functionsChristian König1-28/+28
2015-08-25drm/amdgpu: fix scheduler thread creation error checkingChristian König1-7/+6
2015-08-25drm/amdgpu: fix entity wakeup race conditionChristian König2-23/+21
2015-08-25drm/amdgpu: cleanup entity pickingChristian König1-6/+10
2015-08-25drm/amdgpu: remove some more unused entity members v2Christian König2-11/+3
2015-08-25drm/amdgpu: fix user fences when scheduler is enabledChristian König1-0/+2
2015-08-25drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_ringsChristian König3-3/+61
2015-08-25drm/amdgpu: rework scheduler submission handling.Christian König2-37/+11
2015-08-25drm/amdgpu: remove v_seq handling from the scheduler v2Christian König9-57/+21
2015-08-25drm/amdgpu: improve sa_bo->fence by kernel fenceChunming Zhou8-34/+58