summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-05-16drm/i915: Gracefully handle obj not bound to GGTT in is_pin_displayOscar Mateo
2014-05-16drm/i915: Stop calling encoder->mode_setDaniel Vetter
2014-05-16drm/i915/dsi: Remove ->mode_set callbackDaniel Vetter
2014-05-16drm/i915/ddi: Remove ->mode_set callbackDaniel Vetter
2014-05-16drm/i915/lvds: Remove ->mode_set callbackDaniel Vetter
2014-05-16drm/i915/hdmi: Remove ->mode_set callbackDaniel Vetter
2014-05-16drm/i915/hdmi: Remove redundant IS_VLV checksDaniel Vetter
2014-05-16drm/i915/dp: Remove ->mode_set callbackDaniel Vetter
2014-05-16drm/i915/dp: Move port A pll setup to g4x_pre_enable_dpDaniel Vetter
2014-05-16drm/i915: Track has_audio in the pipe configDaniel Vetter
2014-05-16drm/i915: Simplify audio handling on DDI portsDaniel Vetter
2014-05-16drm/i915/sdvo: use config->has_hdmi_sinkDaniel Vetter
2014-05-16drm/i915: state readout and cross checking for limited_color_rangeDaniel Vetter
2014-05-16drm/i915/sdvo: Use pipe_config->limited_color_range consistentlyDaniel Vetter
2014-05-16drm/i915: Track hdmi mode in the pipe configDaniel Vetter
2014-05-16drm/i915/hdmi: Enable hdmi mode on g4x, tooDaniel Vetter
2014-05-15drm/i915: Enable rc6 with bdwMika Kuoppala
2014-05-15drm/i915: Fix rc6 options debug infoMika Kuoppala
2014-05-15drm/i915: Enable PM Interrupts target via Display Interface.Deepak S
2014-05-15drm/i915/bdw: Implement a basic PM interrupt handlerBen Widawsky
2014-05-15drm/i915: Bail out early on gen6_signal if no semaphoresMika Kuoppala
2014-05-15drm/i915: MIPI PPS delays addedShobhit Kumar
2014-05-15drm/i915: MIPI init count programming as generic parameterShobhit Kumar
2014-05-15drm/i915: Correct MIPI operation mode as per expected values from VBTShobhit Kumar
2014-05-14drm/i915: add null render states for gen6, gen7 and gen8Mika Kuoppala
2014-05-14drm/i915: add render state initializationMika Kuoppala
2014-05-14drm/i915: Only do gtt cleanup in vma_unbind for the global vmaDaniel Vetter
2014-05-14drm/i915: Don't drop pinned fencesDaniel Vetter
2014-05-14drm/i915: use dev_priv directly in i915_driver_unloadDaniel Vetter
2014-05-14drm/i915: Use the connector name in fbdev debug messagesChris Wilson
2014-05-14drm/i915: Use for_each_crtc() when iterating through the CRTCsDamien Lespiau
2014-05-14drm/i915: Introduce a for_each_crtc() macroDamien Lespiau
2014-05-14drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcsDamien Lespiau
2014-05-14drm/i915: Introduce a for_each_intel_crtc() macroDamien Lespiau
2014-05-13drm/i915: Use ilk_wm_max_level() in latency debugfs filesDamien Lespiau
2014-05-13drm/i915: Don't cast void* pointersDamien Lespiau
2014-05-13drm/i915: Work-around garbage DR4 from UXADaniel Vetter
2014-05-13drm/i915: WARN_ON fence pin leaksDaniel Vetter
2014-05-13drm/i915: Kill vblank waits after pipe enable on gmch platformsVille Syrjälä
2014-05-13drm/i915: Disable/enable planes as the first/last thing during modeset on gmc...Ville Syrjälä
2014-05-13drm/i915: Ringbuffer signal func for the second BSD ringOscar Mateo
2014-05-13drm/i915/chv: Implement stolen memory size detectionDamien Lespiau
2014-05-13drm/i915/chv: CHV doesn't have CRT outputVille Syrjälä
2014-05-13drm/i915/chv: Add DPLL state readout supportVille Syrjälä
2014-05-12drm/i915/chv: Pipe select change for DP and HDMIChon Ming Lee
2014-05-12drm/i915/chv: Add phy supports for CherryviewChon Ming Lee
2014-05-12drm/i915/chv: Add update and enable pll for CherryviewChon Ming Lee
2014-05-12drm/i915/chv: find the best divisor for the target clock v4Chon Ming Lee
2014-05-12drm/i915/chv: Trigger phy common lane resetChon Ming Lee
2014-05-12drm/i915/chv: Add vlv_pipe_to_channelChon Ming Lee