summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-01drm: Add drm_rect_debug_print()Ville Syrjälä1-0/+22
2013-05-01drm: Add drm_rect_calc_{hscale, vscale}() utility functionsVille Syrjälä1-0/+177
2013-05-01drm: Add struct drm_rect and assorted utility functionsVille Syrjälä2-1/+98
2013-04-30drm/i915: move border color writes to pfit_enableDaniel Vetter2-10/+4
2013-04-30drm/i915: rip out indirection for pfit pipe_config assignmentDaniel Vetter1-5/+2
2013-04-30drm/i915: move lvds_border_bits to pipe_configDaniel Vetter4-5/+3
2013-04-30drm/i915: cleanup opregion asle pipestat enableJani Nikula3-19/+7
2013-04-30drm/i915: cleanup redundant checks from intel_enable_asleJani Nikula1-13/+3
2013-04-30drm/i915: untie opregion init and asle irq/pipestat enableJani Nikula1-2/+0
2013-04-30drm/i915: manage opregion asle driver readiness properlyJani Nikula1-4/+14
2013-04-30drm/i915: cleanup opregion technology enabled indicator definesJani Nikula1-6/+7
2013-04-30drm/i915: hw state readout support for pipe timingsDaniel Vetter2-0/+76
2013-04-29drm/i915: hw state readout support for fdi m/nDaniel Vetter2-0/+26
2013-04-29drm/i915: introduce macros to check pipe config propertiesDaniel Vetter1-13/+11
2013-04-29drm/i915: stop for_each_intel_crtc_masked macro from leakingDaniel Vetter1-1/+1
2013-04-29drm/i915: implement fdi auto-ditheringDaniel Vetter4-17/+62
2013-04-29drm/i915: fixup 12bpc hdmi dotclock handlingDaniel Vetter1-2/+15
2013-04-29drm/i915: don't count cpu ports for fdi B/C lane sharingDaniel Vetter1-5/+13
2013-04-29drm/i915: move fdi lane configuration checks aheadDaniel Vetter1-64/+65
2013-04-29drm/i915: Split up ironlake_check_fdi_lanesDaniel Vetter1-6/+25
2013-04-29drm/i915: compute fdi lane config earlierDaniel Vetter1-37/+34
2013-04-29drm/i915: split up fdi_set_m_n into computation and hw setupDaniel Vetter2-12/+17
2013-04-29drm/i915: hw state readout support for pipe_config->fdi_lanesDaniel Vetter3-19/+32
2013-04-29drm/i915: move intel_crtc->fdi_lanes to pipe_configDaniel Vetter3-22/+25
2013-04-29drm/i915: allow high-bpc modes on DPDaniel Vetter1-1/+1
2013-04-29drm/i915: implement high-bpc + pipeconf-dither support for g4x/vlvDaniel Vetter1-14/+21
2013-04-29drm/i915: drop adjusted_mode from *_set_pipeconf functionsDaniel Vetter1-8/+6
2013-04-29drm/i915: force bpp for eDP panelsDaniel Vetter1-12/+12
2013-04-29drm/i915: put the right cpu_transcoder into pipe_config for hw state readoutDaniel Vetter1-0/+1
2013-04-27drm/i915: Only print the info message about incresing stolen size for FBC onceChris Wilson2-2/+1
2013-04-27drm/i915: remove VLV MSI IRQ hackJesse Barnes1-8/+0
2013-04-26drm/i915: warn about invalid pfit modesJesse Barnes1-3/+7
2013-04-26drm/i915: move PCH pfit controls into pipe_configJesse Barnes7-61/+63
2013-04-26drm/i915: factor out GMCH panel fitting code and use for eDP v3Jesse Barnes5-209/+241
2013-04-25drm/i915: simplify config->pixel_multiplier handlingDaniel Vetter1-31/+27
2013-04-25drm/i915: remove redundant has_pch_encoder checkDaniel Vetter1-2/+1
2013-04-25drm/i915: don't force matching p1 for g4x/ilk+ reduced pll settingsDaniel Vetter1-3/+0
2013-04-25drm/i915: use pipe_config for lvds ditheringDaniel Vetter3-23/+22
2013-04-25drm/i915: move dp clock computations to encoder->compute_configDaniel Vetter2-96/+46
2013-04-25drm/i915: shovel compute clock into crtc->config.dpll on ilkDaniel Vetter1-17/+33
2013-04-25drm/i915: consolidate pch pll computations a bitDaniel Vetter1-9/+10
2013-04-25drm/i915: Ivybridge is the odd one when it comes to pipe scalersDamien Lespiau1-5/+6
2013-04-25drm/i915: hsw backlight registers need transcoder instead of pipeJani Nikula2-1/+10
2013-04-25drm/i915: drop code duplication in favor of asle interrupt handlerJani Nikula3-41/+2
2013-04-25drm/i915/opregion: don't pretend we did something when we didn'tJani Nikula1-13/+6
2013-04-25drm/i915: don't pretend we support ASLE ALS, PFIT, or PFMBJani Nikula1-3/+1
2013-04-25drm/i915: protect backlight registers and data with a spinlockJani Nikula4-1/+41
2013-04-25drm/i915: keep max backlight internal to intel_panel.cJani Nikula3-27/+32
2013-04-24drm/i915: Fixup non-24bpp support for VGA screens on HaswellDaniel Vetter1-0/+4
2013-04-24drm/i915: Disable high-bpc on pre-1.4 EDID screensDaniel Vetter1-0/+7