summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use adjusted_mode in the fastboot hack to disable pfitDamien Lespiau2013-10-041-2/+5
* drm/i915: Add a more detailed comment about the set_base() fastboot hackDamien Lespiau2013-10-041-1/+13
* drm/i915/vlv: reset DPIO on load and resume v2Jesse Barnes2013-10-041-0/+22
* drm/i915: Boost RPS frequency for CPU stallsChris Wilson2013-10-031-0/+3
* drm/i915: Don't populate pipe_src_{w,h} multiple timesVille Syrjälä2013-10-031-4/+12
* drm/i915: implement the Haswell mode set sequence workaroundPaulo Zanoni2013-10-031-0/+32
* drm/i915: Disable/enable planes as the first/last thing during modeset on HSWVille Syrjälä2013-10-031-24/+45
* i915/vlv: untangle integrated clock source handling v4Jesse Barnes2013-10-031-3/+26
* drm/i915: destroy connector sysfs files earlierPaulo Zanoni2013-10-011-0/+5
* drm/i915: Use DIV_ROUND_CLOSEST()Ville Syrjälä2013-10-011-2/+1
* drm/i915: Eliminate one indent leel from vlv_find_best_dpllVille Syrjälä2013-10-011-19/+21
* drm/i915: Prefer crtc_{h|v}display for pipe src dimensionsDamien Lespiau2013-10-011-3/+4
* drm/i915: Ask the DRM core do make stereo timings adjustementsDamien Lespiau2013-10-011-1/+1
* drm/i915: Use crtc_clock with the adjusted modeDamien Lespiau2013-10-011-17/+17
* drm/i915: Use crtc_clock in intel_dump_crtc_timings()Damien Lespiau2013-10-011-1/+1
* drm/i915/vlv: fix up broken precision in vlv_crtc_clock_getChris Wilson2013-10-011-5/+3
* drm/i915/vlv: add VLV specific clock_get function v3Jesse Barnes2013-10-011-1/+32
* drm/i915: make hsw_{disable, restore}_lcpll staticPaulo Zanoni2013-10-011-3/+3
* drm/i915: make intel_crtc_fb_gamma_{set, get} staticPaulo Zanoni2013-10-011-21/+0
* drm/i915: make intel_crtc_load_lut staticPaulo Zanoni2013-10-011-78/+78
* drm/i915: make intel_pipe_has_type staticPaulo Zanoni2013-10-011-16/+15
* drm/i915: clean up and simplify i9xx_crtc_mode_set wrt PLL handlingJani Nikula2013-10-011-22/+22
* drm/i915: Fix intel_crtc_mode_get() mode clockVille Syrjälä2013-10-011-1/+1
* drm/i915: Drop explicit plane restoration during resumeVille Syrjälä2013-10-011-3/+0
* drm/i915: Redisable VGA before the modeset on resumeVille Syrjälä2013-10-011-2/+2
* drm/i915: Ditch INTELFB_CONN_LIMITDaniel Vetter2013-10-011-1/+1
* drm/i915: Use kcalloc moreDaniel Vetter2013-10-011-1/+1
* drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) patternDaniel Vetter2013-10-011-1/+1
* Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/...Dave Airlie2013-10-011-267/+448
|\
| * Merge tag 'v3.12-rc2' into drm-intel-nextDaniel Vetter2013-09-241-35/+38
| |\
| * | drm/i915: assume all GM45 Acer laptops use inverted backlight PWMJani Nikula2013-09-201-14/+5
| * | drm/i915: Pull intel_init_power_well() out of intel_modeset_init_hw()Ville Syrjälä2013-09-201-2/+0
| * | drm/i915: POSTING_READ IPS_CTL before waiting for the vblankPaulo Zanoni2013-09-201-0/+1
| * | drm/i915: dump crtc timings from the pipe configDaniel Vetter2013-09-191-0/+12
| * | drm/i915: write D_COMP using the mailboxPaulo Zanoni2013-09-191-2/+8
| * | drm/i915: Fix up pipe vs. double wide confusionVille Syrjälä2013-09-171-3/+3
| * | drm/i915: pipe_src_w must be even in LVDS dual channel, DVO ganged, and doubl...Ville Syrjälä2013-09-171-0/+10
| * | drm/i915: Check pixel clock limits on pre-gen4Ville Syrjälä2013-09-171-1/+7
| * | drm/i915: Add double_wide readout and checkingVille Syrjälä2013-09-171-0/+5
| * | drm/i915: Move double wide mode handling into pipe_configVille Syrjälä2013-09-171-11/+20
| * | drm/i915: garbage-collect vlv refclk functionDaniel Vetter2013-09-171-23/+1
| * | drm/i915: Fix cursor visibility checks also for the right/bottom screen edgesVille Syrjälä2013-09-171-9/+6
| * | drm/i915: Fix cursor visibility check with negative coordinatesVille Syrjälä2013-09-171-2/+2
| * | drm/i915: Add explicit pipe src size to pipe configVille Syrjälä2013-09-161-9/+17
| * | drm/i915: Make intel_crtc_active() available outside intel_pm.cVille Syrjälä2013-09-161-0/+17
| * | drm/i915: Use adjusted_mode->clock in lpt_program_iclkipVille Syrjälä2013-09-161-4/+5
| * | drm/i915: Grab the pixel clock from adjusted_mode not requested_modeVille Syrjälä2013-09-161-1/+1
| * | drm/i915: Add fuzzy clock check for port_clockVille Syrjälä2013-09-161-1/+4
| * | drm/i915: Add PIPE_CONF_CHECK_CLOCK_FUZZY()Ville Syrjälä2013-09-161-10/+13
| * | drm/i915: Fix port_clock and adjusted_mode.clock readout all overVille Syrjälä2013-09-161-38/+36
OpenPOWER on IntegriCloud