summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/pm/gk104: add compute signals/sourcesSamuel Pitoiset2015-08-283-1/+93
* drm/nouveau/pm/gk104: re-use gf100_pm_ctor()Samuel Pitoiset2015-08-283-56/+14
* drm/nouveau/pm/nv40: rename pcounter domains to 'pc' instead of 'pm'Samuel Pitoiset2015-08-281-1/+1
* drm/nouveau/pm: expose name of domainsSamuel Pitoiset2015-08-282-0/+2
* drm/nouveau/drm/nouveau/clk: fix tstate to pstate calculationWei Ni2015-08-281-1/+1
* drm/nouveau/pm: some fixes related to sourcesSamuel Pitoiset2015-08-281-5/+16
* drm/nouveau/pm: fix signals/sources for GT200+Samuel Pitoiset2015-08-282-6/+5
* drm/nouveau/pm/gf100: add compute signals/sourcesSamuel Pitoiset2015-08-287-5/+282
* drm/nouveau/pm/gf100: allow to share GPC, HUB and PART domainsSamuel Pitoiset2015-08-284-19/+34
* drm/nouveau/pm: stack perfdom class under perfmonBen Skeggs2015-08-281-7/+31
* drm/nouveau/pm: swap perfmon/perfdom code to avoid forward decl in next commitBen Skeggs2015-08-281-175/+175
* drm/nouveau/pm/nv50: add compute and graphics signals/sourcesSamuel Pitoiset2015-08-288-11/+485
* drm/nouveau/pm: allow the userspace to configure sourcesSamuel Pitoiset2015-08-283-10/+95
* drm/nouveau/pm: allow to configure domains instead of simple countersSamuel Pitoiset2015-08-286-124/+146
* drm/nouveau/pm: allow the userspace to schedule hardware countersSamuel Pitoiset2015-08-283-25/+48
* drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_SOURCE methodSamuel Pitoiset2015-08-282-0/+89
* drm/nouveau/pm: allow to query the number of sources for a signalSamuel Pitoiset2015-08-282-4/+21
* drm/nouveau/pm: add concept of sourcesSamuel Pitoiset2015-08-283-4/+103
* drm/nouveau/pm: allow to monitor hardware signal index 0x00Samuel Pitoiset2015-08-283-6/+10
* drm/nouveau/pm: use hardware signals indexes instead of user-readable namesSamuel Pitoiset2015-08-282-44/+19
* drm/nouveau/pm: change signal iter to u16Samuel Pitoiset2015-08-283-9/+10
* drm/nouveau/pm: allow to query signals by domainSamuel Pitoiset2015-08-282-25/+14
* drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN methodSamuel Pitoiset2015-08-282-1/+96
* drm/nouveau/pm: prevent creating a perfctr object when signals are not foundSamuel Pitoiset2015-08-281-2/+4
* drm/nouveau/pm: reorganize the nvif interfaceSamuel Pitoiset2015-08-283-18/+51
* drm/nouveau/pm: remove unused nvkm_perfsig_wrap() functionSamuel Pitoiset2015-08-282-24/+0
* drm/nouveau/pm: remove pmu signalsSamuel Pitoiset2015-08-288-151/+1
* drm/nouveau/clk/nv50: Enable user reclocking for NVA0Roy Spliet2015-08-281-1/+2
* drm/nouveau/fb/gddr3: Add a few CL and WR entries observed on GTX260Roy Spliet2015-08-281-4/+4
* drm/nouveau/fb/ramnv50: GDDR3 script for NVA0Roy Spliet2015-08-281-25/+104
* drm/nouveau/bios/ramcfg: Separate out RON pull valueRoy Spliet2015-08-284-3/+9
* drm/nouveau/bios/rammap: Parse perf mode as if it's a rammap entryRoy Spliet2015-08-284-0/+24
* drm/nouveau/fb/ramnv50: Ressurect timing code, use proper timing/rammap handlersRoy Spliet2015-08-284-33/+182
* drm/nouveau/fb/ramgt215: No need to cuss like thatRoy Spliet2015-08-281-1/+1
* drm/nouveau/fb/ramnv50: Make 0x100da0 per-partitionRoy Spliet2015-08-281-7/+13
* drm/nouveau/bios/rammap: Pull DLLoff bit out of version 0x10 structRoy Spliet2015-08-286-8/+8
* remove unnecessary includeBen Skeggs2015-08-281-30/+0
* Merge branch 'drm-dwhdmi-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm ...Dave Airlie2015-08-273-174/+226
|\
| * drm: bridge/dw_hdmi: fix register I2CM_ADDRESS register nameVladimir Zapolskiy2015-08-181-4/+4
| * drm: bridge/dw_hdmi: fix phy enable/disable handlingRussell King2015-08-181-7/+22
| * drm: bridge/dw_hdmi: rename dw_hdmi_phy_enable_power()Russell King2015-08-181-5/+5
| * drm: bridge/dw_hdmi: avoid enabling interface in mode_setRussell King2015-08-181-2/+0
| * drm: bridge/dw_hdmi: enable audio only if sink supports audioRussell King2015-08-181-3/+9
| * drm: bridge/dw_hdmi: clean up HDMI vs DVI mode handlingRussell King2015-08-181-14/+12
| * drm: bridge/dw_hdmi: don't support any pixel doubled modesRussell King2015-08-181-0/+4
| * drm: bridge/dw_hdmi: remove pixel repetition setting for all VICsRussell King2015-08-181-12/+1
| * drm: bridge/dw_hdmi: introduce interfaces to enable and disable audioRussell King2015-08-181-1/+33
| * drm: bridge/dw_hdmi: introduce interface to setting sample rateRussell King2015-08-181-0/+10
| * drm: bridge/dw_hdmi: remove mhsyncpolarity/mvsyncpolarity/minterlacedRussell King2015-08-181-14/+8
| * drm: bridge/dw_hdmi: use our own drm_deviceRussell King2015-08-181-1/+1