summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-28drm/nouveau/pm/gk104: re-use gf100_pm_ctor()Samuel Pitoiset
2015-08-28drm/nouveau/pm/nv40: rename pcounter domains to 'pc' instead of 'pm'Samuel Pitoiset
2015-08-28drm/nouveau/pm: expose name of domainsSamuel Pitoiset
2015-08-28drm/nouveau/drm/nouveau/clk: fix tstate to pstate calculationWei Ni
2015-08-28drm/nouveau/pm: some fixes related to sourcesSamuel Pitoiset
2015-08-28drm/nouveau/pm: fix signals/sources for GT200+Samuel Pitoiset
2015-08-28drm/nouveau/pm/gf100: add compute signals/sourcesSamuel Pitoiset
2015-08-28drm/nouveau/pm/gf100: allow to share GPC, HUB and PART domainsSamuel Pitoiset
2015-08-28drm/nouveau/pm: stack perfdom class under perfmonBen Skeggs
2015-08-28drm/nouveau/pm: swap perfmon/perfdom code to avoid forward decl in next commitBen Skeggs
2015-08-28drm/nouveau/pm/nv50: add compute and graphics signals/sourcesSamuel Pitoiset
2015-08-28drm/nouveau/pm: allow the userspace to configure sourcesSamuel Pitoiset
2015-08-28drm/nouveau/pm: allow to configure domains instead of simple countersSamuel Pitoiset
2015-08-28drm/nouveau/pm: allow the userspace to schedule hardware countersSamuel Pitoiset
2015-08-28drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_SOURCE methodSamuel Pitoiset
2015-08-28drm/nouveau/pm: allow to query the number of sources for a signalSamuel Pitoiset
2015-08-28drm/nouveau/pm: add concept of sourcesSamuel Pitoiset
2015-08-28drm/nouveau/pm: allow to monitor hardware signal index 0x00Samuel Pitoiset
2015-08-28drm/nouveau/pm: use hardware signals indexes instead of user-readable namesSamuel Pitoiset
2015-08-28drm/nouveau/pm: change signal iter to u16Samuel Pitoiset
2015-08-28drm/nouveau/pm: allow to query signals by domainSamuel Pitoiset
2015-08-28drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN methodSamuel Pitoiset
2015-08-28drm/nouveau/pm: prevent creating a perfctr object when signals are not foundSamuel Pitoiset
2015-08-28drm/nouveau/pm: reorganize the nvif interfaceSamuel Pitoiset
2015-08-28drm/nouveau/pm: remove unused nvkm_perfsig_wrap() functionSamuel Pitoiset
2015-08-28drm/nouveau/pm: remove pmu signalsSamuel Pitoiset
2015-08-28drm/nouveau/clk/nv50: Enable user reclocking for NVA0Roy Spliet
2015-08-28drm/nouveau/fb/gddr3: Add a few CL and WR entries observed on GTX260Roy Spliet
2015-08-28drm/nouveau/fb/ramnv50: GDDR3 script for NVA0Roy Spliet
2015-08-28drm/nouveau/bios/ramcfg: Separate out RON pull valueRoy Spliet
2015-08-28drm/nouveau/bios/rammap: Parse perf mode as if it's a rammap entryRoy Spliet
2015-08-28drm/nouveau/fb/ramnv50: Ressurect timing code, use proper timing/rammap handlersRoy Spliet
2015-08-28drm/nouveau/fb/ramgt215: No need to cuss like thatRoy Spliet
2015-08-28drm/nouveau/fb/ramnv50: Make 0x100da0 per-partitionRoy Spliet
2015-08-28drm/nouveau/bios/rammap: Pull DLLoff bit out of version 0x10 structRoy Spliet
2015-08-28remove unnecessary includeBen Skeggs
2015-08-27Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie
2015-08-27Merge tag 'vmwgfx-next-15-08-21' of git://people.freedesktop.org/~thomash/lin...Dave Airlie
2015-08-27Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2015-08-26drm/amdgpu: fix wait queue handling in the schedulerChristian König
2015-08-26drm/amdgpu: remove extra parameters from scheduler callbacksChristian König
2015-08-26drm/amdgpu: wake up scheduler only when neccessaryChristian König
2015-08-26drm/amdgpu: remove entity idle timeout v2Christian König
2015-08-26drm/amdgpu: fix postclose orderChristian König
2015-08-26drm/amdgpu: use IB for copy buffer of evictionChunming Zhou
2015-08-26drm/amdgpu: adjust the judgement of removing fence callbackJunwei Zhang
2015-08-25drm/amdgpu: fix no sync_wait in copy_bufferChunming Zhou
2015-08-25drm/amdgpu: fix last_vm_update fence is not effetive for sched fenceChunming Zhou
2015-08-25drm/amdgpu: add priv data to schedChunming Zhou
2015-08-25drm/amdgpu: add owner for sched fenceChunming Zhou