summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Init HSW watermark tracking in intel_modeset_setup_hw_state()Ville Syrjälä2013-10-151-0/+3
* drm/i915: Use vlv_clock() in vlv_crtc_clock_get()Ville Syrjälä2013-10-141-3/+3
* drm/i915: Use DIV_ROUND_CLOSEST() to calculate dot/vcoVille Syrjälä2013-10-141-6/+6
* drm/i915: rename intel_fb.c to intel_fbdev.cDaniel Vetter2013-10-111-2/+2
* drm/i915: Kconfig option to disable the legacy fbdev supportDaniel Vetter2013-10-111-0/+10
* drm/i915: Fix pipe off timeout handling for pre-gen4Ville Syrjälä2013-10-111-15/+20
* drm/i915: Rename primary_disabled to primary_enabledVille Syrjälä2013-10-101-5/+5
* drm/i915: Populate primary_disabled in intel_modeset_readout_hw_state()Ville Syrjälä2013-10-101-0/+1
* drm/i915: wait for IPS_ENABLE when enabling IPSPaulo Zanoni2013-10-101-0/+8
* drm/i915: Undo the PIPEA quirk for i845Chris Wilson2013-10-101-2/+1
* drm/i915: WARN if primary plane state doesn't match expectationsVille Syrjälä2013-10-101-0/+4
* drm/i915: Rename intel_{enable, disable}_plane to intel_{enable, disable}_pri...Ville Syrjälä2013-10-101-13/+13
* drm/i915: Rename intel_flush_display_plane to intel_flush_primary_planeVille Syrjälä2013-10-101-8/+8
* drm/i915: Enable/disable IPS when primary is enabled/disabledVille Syrjälä2013-10-101-2/+2
* drm/i915: Set primary_disabled in intel_{enable, disable}_planeVille Syrjälä2013-10-101-0/+8
* drm/i915: Fix VGA_DISP_DISABLE checkVille Syrjälä2013-10-101-1/+1
* drm/i915: Use intel_PLL_is_valid() in vlv_find_best_dpll()Ville Syrjälä2013-10-101-11/+24
* drm/i915: Don't lie about findind suitable PLL settings on VLVVille Syrjälä2013-10-101-1/+4
* drm/i915: intel_limits_vlv_dac and intel_limits_vlv_hdmi are the sameVille Syrjälä2013-10-101-15/+2
* drm/i915: Remove unused dot_limit from VLV PLL limitsVille Syrjälä2013-10-101-4/+2
* drm/i915: Remove the unused p and m limits for VLVVille Syrjälä2013-10-101-4/+0
* drm/i915: Respect p2 divider minimum limit on VLVVille Syrjälä2013-10-101-3/+3
* drm/i915: Allow p1 divider 2 on VLVVille Syrjälä2013-10-101-1/+1
* drm/i915: Clarify VLV PLL p1 limitsVille Syrjälä2013-10-101-3/+3
* drm/i915: Make sure we respect n.max on VLVVille Syrjälä2013-10-101-2/+3
* drm/i915: De-magic the VLV p2 divider step sizeVille Syrjälä2013-10-101-3/+2
* drm/i915: Rewrite vlv_find_best_dpll()Ville Syrjälä2013-10-101-41/+33
* drm/i915: Don't underflow bestppmVille Syrjälä2013-10-101-1/+1
* drm/i915: Make vlv_find_best_dpll() ppm calculation safeVille Syrjälä2013-10-101-8/+8
* 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
OpenPOWER on IntegriCloud