summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: make user mode sync polarity setting explicitImre Deak2013-08-051-0/+13
* drm/i915: move encoder->enable callback later in VLV crtc enableJani Nikula2013-08-051-4/+3
* drm/i915: rearrange vlv hdmi enable and pre_enable callbacksJani Nikula2013-08-051-9/+11
* drm/i915: rearrange vlv dp enable and pre_enable callbacksJani Nikula2013-08-051-34/+39
* drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMIChris Wilson2013-08-053-4/+10
* drm/i915: enable IPS for bpp <= 24Jesse Barnes2013-08-051-1/+1
* drm/i915: Add SNB/IVB support to intel_read_wm_latencyVille Syrjälä2013-08-051-0/+7
* drm/i915: Don't multiply the watermark latency values too earlyVille Syrjälä2013-08-051-5/+5
* drm/i915: Split out reading of HSW watermark latency valuesVille Syrjälä2013-08-051-14/+20
* drm/i915: Change the watermark latency type to uint16_tVille Syrjälä2013-08-051-3/+3
* drm/i915: Don't pass "mem_value" to ilk_compute_fbc_wmVille Syrjälä2013-08-051-3/+2
* drm/i915: Rename most wm compute functions to ilk_ prefixVille Syrjälä2013-08-051-20/+20
* drm/i915: Rename hsw_wm_get_pixel_rate to ilk_pipe_pixel_rateVille Syrjälä2013-08-051-3/+3
* drm/i915: Calculate the sprite WM based on the source width instead of the de...Ville Syrjälä2013-08-051-3/+3
* drm/i915: Pass the actual sprite width to watermarks functionsVille Syrjälä2013-08-052-10/+10
* drm/i915: Add scaled paramater to update_sprite_watermarks()Ville Syrjälä2013-08-054-14/+19
* drm/i915: Tidy the macro casting by using an inline functionChris Wilson2013-08-051-3/+8
* drm/i915: Remove useless defineStéphane Marchesin2013-08-041-1/+0
* drm/i915: Use the same pte_encoding for ppgtt as for gttChris Wilson2013-08-041-7/+1
* drm/i915: Squelch repeated reasoning for why FBC cannot be activatedChris Wilson2013-08-043-23/+46
* drm/i915: clean up crtc timings computationDaniel Vetter2013-08-043-13/+3
* drm/i915: rip out legacy encoder->mode_set callbackDaniel Vetter2013-08-041-9/+1
* drm/i915/ddi: use the native encoder ->mode_set callbackDaniel Vetter2013-08-041-23/+16
* drm/i915/lvds: use the native encoder ->mode_set callbackDaniel Vetter2013-08-041-11/+5
* drm/i915/dp: use native encoder ->mode_set callbackDaniel Vetter2013-08-041-12/+7
* drm/i915/hdmi: use native encoder mode_set callbackDaniel Vetter2013-08-041-17/+12
* drm/i915/crt: use native encoder->mode_set callbackDaniel Vetter2013-08-041-21/+13
* drm/i915/tv: Use native encoder->mode_set callbackDaniel Vetter2013-08-041-18/+9
* drm/i915/sdvo: use intel_encoder for upcast helperDaniel Vetter2013-08-041-12/+11
* drm/i915/dvo: use native encoder ->mode_set callbackDaniel Vetter2013-08-041-17/+11
* drm/i915: rip out legacy encoder->mode_fixup logicDaniel Vetter2013-08-041-16/+3
* drm/i915/dvo: switch ->mode_fixup to ->compute_configDaniel Vetter2013-08-041-6/+8
* drm/i915/dvo: use intel_encoder to the upcast macroDaniel Vetter2013-08-041-9/+9
* drm/i915: Do not dereference NULL crtc or fb until after checkingChris Wilson2013-08-041-0/+9
* drm/i915: fix pnv display core clock readout outDaniel Vetter2013-07-262-1/+34
* drm/i915: Replace open-coded offset_in_page()Chris Wilson2013-07-261-2/+2
* drm/i915: Retry DP aux_ch communications with a different clock after failureChris Wilson2013-07-261-41/+51
* drm/i915: Add messages useful for HPD storm detection debugging (v2)Egbert Eich2013-07-261-0/+7
* drm/i915: dvo_ch7xxx: fix vsync polarity settingImre Deak2013-07-251-1/+1
* drm/i915: fix the racy object accountingDaniel Vetter2013-07-253-0/+6
* drm/i915: Convert the register access tracepoint to be conditionalChris Wilson2013-07-253-6/+8
* drm/i915: Squash gen lookup through multiple indirections inside GT accessChris Wilson2013-07-251-2/+2
* drm/i915: Use the common register access functions for NOTRACE variantsChris Wilson2013-07-252-18/+18
* drm/i915: Use a private interface for register access within GTChris Wilson2013-07-252-68/+90
* drm/i915: Colocate all GT access routines in the same fileChris Wilson2013-07-2510-565/+614
* Merge commit 'Merge branch 'drm-fixes' of git://people.freedesktop.org/~airli...Daniel Vetter2013-07-25282-15214/+18407
|\
| * Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danve...Dave Airlie2013-07-2210-49/+110
| |\
| | * drm/i915: fix up gt init sequence falloutDaniel Vetter2013-07-214-6/+7
| | * drm/i915: Serialize almost all register accessChris Wilson2013-07-201-3/+6
| | * drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa2013-07-203-1/+19