summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-13drm/i915/fbc: make sure we cancel the work function at fbc_disablefbc-2016-01-13Paulo Zanoni1-0/+4
2016-01-13drm/i915/fbc: rename the FBC disable functionsPaulo Zanoni4-11/+11
2016-01-13drm/i915/fbc: unexport intel_fbc_deactivatePaulo Zanoni2-25/+4
2016-01-13drm/i915/fbc: fix the FBC state checking codePaulo Zanoni3-24/+28
2016-01-13drm/i915/fbc: split intel_fbc_update into pre and post updatePaulo Zanoni1-51/+26
2016-01-13drm/i915/fbc: introduce struct intel_fbc_state_cachePaulo Zanoni2-58/+98
2016-01-13drm/i915/fbc: unconditionally update FBC during atomic commitsPaulo Zanoni1-20/+2
2016-01-13drm/i915/fbc: don't flush for operations on the wrong frontbufferPaulo Zanoni1-8/+11
2016-01-13drm/i915/fbc: don't use the frontbuffer tracking subsystem for flipsPaulo Zanoni2-6/+5
2016-01-13drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->xPaulo Zanoni2-109/+132
2016-01-11drm/i915/fbc: introduce struct intel_fbc_reg_paramsPaulo Zanoni2-60/+93
2016-01-11drm/i915/fbc: extract intel_fbc_can_enable()Paulo Zanoni1-18/+28
2016-01-11drm/i915/fbc: extract intel_fbc_can_activate()Paulo Zanoni1-42/+50
2016-01-11drm/i915/fbc: wait for a vblank instead of 50ms when enablingPaulo Zanoni2-14/+31
2016-01-11drm-intel-nightly: 2016y-01m-11d-07h-30m-16s UTC integration manifestMaarten Lankhorst1-0/+26
2016-01-11Merge remote-tracking branch 'origin/topic/kerneldoc' into drm-intel-nightlyMaarten Lankhorst3-38/+164
2016-01-11Merge remote-tracking branch 'origin/topic/drm-misc' into drm-intel-nightlyMaarten Lankhorst20-373/+279
2016-01-11Merge remote-tracking branch 'sound-upstream/for-next' into drm-intel-nightlyMaarten Lankhorst246-5268/+31974
2016-01-11Merge remote-tracking branch 'drm-upstream/drm-next' into drm-intel-nightlyMaarten Lankhorst637-25061/+78899
2016-01-11Merge remote-tracking branch 'origin/drm-intel-next-queued' into drm-intel-ni...Maarten Lankhorst41-923/+1754
2016-01-11Merge remote-tracking branch 'origin/drm-intel-next-fixes' into drm-intel-nig...Maarten Lankhorst166-6026/+8186
2016-01-11drm/i915: Widen return value for reservation_object_wait_timeout_rcu to long.Maarten Lankhorst1-6/+8
2016-01-11Merge branch 'linux-4.5' of git://github.com/skeggsb/linux into drm-nextDave Airlie141-3704/+4879
2016-01-11drm/nouveau/pmu: prevent falcon from acking interrupts routed to the hostBen Skeggs5-2266/+2252
2016-01-11drm/nouveau/perf: change pcie speed on pstate changeKarol Herbst1-0/+3
2016-01-11drm/nouveau/perf: add fields for pci speed and width and use it for the pstatesKarol Herbst2-0/+5
2016-01-11drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer ...Karol Herbst2-0/+18
2016-01-11drm/nouveau/pci: implement pcie speed change for kepler+Karol Herbst1-0/+189
2016-01-11drm/nouveau/pci: implement pcie speed change for FermiKarol Herbst3-0/+74
2016-01-11drm/nouveau/pci: implement pcie speed change for teslaKarol Herbst3-0/+120
2016-01-11drm/nouveau/pci: implement generic code for pcie speed changeKarol Herbst5-0/+210
2016-01-11drm/nouveau/pci: add gk104 variantKarol Herbst4-10/+51
2016-01-11drm/nouveau/pci: add gf106 variantKarol Herbst4-5/+46
2016-01-11drm/nouveau/kms: take mode_config mutex in connector hotplug pathBen Skeggs1-0/+3
2016-01-11drm/nouveau/nouveau/perfmon: add interface files for current core voltageKarol Herbst2-0/+51
2016-01-11drm/nouveau/sysfs: remove pstate interfaceKarol Herbst5-225/+0
2016-01-11drm/nouveau/debugfs: add copy of sysfs pstate interface ported to debugfsKarol Herbst1-2/+138
2016-01-11drm/nouveau/debugfs: we need a ctrl object for debugfsKarol Herbst4-0/+57
2016-01-11drm/nouveau/debugfs: rename functions to indicate they are used inside drmKarol Herbst3-8/+9
2016-01-11drm/nouveau/debugfs: add infrastructure to add files with other fops than onl...Karol Herbst1-3/+53
2016-01-11drm/nouveau/fifo/gf100: remove references to "daemon"Ben Skeggs1-2/+2
2016-01-11drm/nouveau/fb/nv50: remove references to "daemon"Ben Skeggs1-1/+1
2016-01-11drm/nouveau/clk: remove references to "daemon"Ben Skeggs4-8/+8
2016-01-11drm/nouveau/gr/gf100: provide a bit more info for various errorsIlia Mirkin1-9/+69
2016-01-11drm/nouveau/bios: parse 8.1 Gbps DP link rateBen Skeggs1-4/+7
2016-01-11drm/nouveau/ltc/gm204: split implementation from gm107Ben Skeggs6-8/+79
2016-01-11drm/nouveau/ltc/gm107: use nvkm_mask to set cbc_ctrl1Ben Skeggs1-1/+1
2016-01-11drm/nouveau/ibus/gm204: split implementation from gk104Ben Skeggs6-4/+47
2016-01-11drm/nouveau/gr/gf100-: subclass nvkm_object to store channel pointerBen Skeggs1-0/+28
2016-01-11drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obviousBen Skeggs45-171/+186