summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-05drm/i915: Pass the actual sprite width to watermarks functionsVille Syrjälä2-10/+10
2013-08-05drm/i915: Add scaled paramater to update_sprite_watermarks()Ville Syrjälä4-14/+19
2013-08-05drm/i915: Tidy the macro casting by using an inline functionChris Wilson1-3/+8
2013-08-04drm/i915: Remove useless defineStéphane Marchesin1-1/+0
2013-08-04drm/i915: Use the same pte_encoding for ppgtt as for gttChris Wilson1-7/+1
2013-08-04drm/i915: Squelch repeated reasoning for why FBC cannot be activatedChris Wilson3-23/+46
2013-08-04drm/i915: clean up crtc timings computationDaniel Vetter3-13/+3
2013-08-04drm/i915: rip out legacy encoder->mode_set callbackDaniel Vetter1-9/+1
2013-08-04drm/i915/ddi: use the native encoder ->mode_set callbackDaniel Vetter1-23/+16
2013-08-04drm/i915/lvds: use the native encoder ->mode_set callbackDaniel Vetter1-11/+5
2013-08-04drm/i915/dp: use native encoder ->mode_set callbackDaniel Vetter1-12/+7
2013-08-04drm/i915/hdmi: use native encoder mode_set callbackDaniel Vetter1-17/+12
2013-08-04drm/i915/crt: use native encoder->mode_set callbackDaniel Vetter1-21/+13
2013-08-04drm/i915/tv: Use native encoder->mode_set callbackDaniel Vetter1-18/+9
2013-08-04drm/i915/sdvo: use intel_encoder for upcast helperDaniel Vetter1-12/+11
2013-08-04drm/i915/dvo: use native encoder ->mode_set callbackDaniel Vetter1-17/+11
2013-08-04drm/i915: rip out legacy encoder->mode_fixup logicDaniel Vetter1-16/+3
2013-08-04drm/i915/dvo: switch ->mode_fixup to ->compute_configDaniel Vetter1-6/+8
2013-08-04drm/i915/dvo: use intel_encoder to the upcast macroDaniel Vetter1-9/+9
2013-08-04drm/i915: Do not dereference NULL crtc or fb until after checkingChris Wilson1-0/+9
2013-07-26drm/i915: fix pnv display core clock readout outDaniel Vetter2-1/+34
2013-07-26drm/i915: Replace open-coded offset_in_page()Chris Wilson1-2/+2
2013-07-26drm/i915: Retry DP aux_ch communications with a different clock after failureChris Wilson1-41/+51
2013-07-26drm/i915: Add messages useful for HPD storm detection debugging (v2)Egbert Eich1-0/+7
2013-07-25drm/i915: dvo_ch7xxx: fix vsync polarity settingImre Deak1-1/+1
2013-07-25drm/i915: fix the racy object accountingDaniel Vetter3-0/+6
2013-07-25drm/i915: Convert the register access tracepoint to be conditionalChris Wilson3-6/+8
2013-07-25drm/i915: Squash gen lookup through multiple indirections inside GT accessChris Wilson1-2/+2
2013-07-25drm/i915: Use the common register access functions for NOTRACE variantsChris Wilson2-18/+18
2013-07-25drm/i915: Use a private interface for register access within GTChris Wilson2-68/+90
2013-07-25drm/i915: Colocate all GT access routines in the same fileChris Wilson10-565/+614
2013-07-25Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter4426-219904/+515722
2013-07-25drm/i915: fix reference counting in i915_gem_createDaniel Vetter1-9/+5
2013-07-24drm/i915: Use Graphics Base of Stolen Memory on all gen3+Chris Wilson1-30/+12
2013-07-24drm/i915: disable stolen mem for OVERLAY_NEEDS_PHYSICALDaniel Vetter1-1/+3
2013-07-24drm/i915: add functions to disable and restore LCPLLPaulo Zanoni3-0/+154
2013-07-24drm/i915: disable CLKOUT_DP when it's not neededPaulo Zanoni1-4/+32
2013-07-24drm/i915: extend lpt_enable_clkout_dpPaulo Zanoni2-14/+32
2013-07-24drm/i915: fix up error cleanup in i915_gem_object_bind_to_gttDaniel Vetter1-6/+8
2013-07-24drm/i915: Add some debug breadcrumbs to connector detectionChris Wilson7-0/+22
2013-07-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-130/+242
2013-07-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-44/+26
2013-07-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-6/+12
2013-07-23Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+71
2013-07-23Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds37-1425/+2784
2013-07-22Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danve...Dave Airlie10-49/+110
2013-07-22Thermal: Fix lockup of cpu_down()Steven Rostedt1-1/+0
2013-07-22Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie14-65/+121
2013-07-22drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter1-16/+11
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-27/+110