summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: add HDMI and DP port enumeration on ValleyViewJesse Barnes2012-06-201-0/+17
* drm/i915: ValleyView mode setting limits and PLL functionsJesse Barnes2012-06-201-2/+238
* drm/i915: properly wait for SBI statusEugeni Dodonov2012-06-181-5/+5
* drm/i915: ignore pipe select bit when checking for LVDS register initializationSeth Forshee2012-06-131-1/+1
* drm/i915: stop using dev->agp->baseDaniel Vetter2012-06-121-1/+1
* drm/i915: clear up backlight #define confusion on gen4+Daniel Vetter2012-06-121-2/+2
* drm/i915: assert that the IBX port transcoder select w/a is implementedDaniel Vetter2012-06-061-0/+6
* drm/i915: compute the target_clock for edp directlyDaniel Vetter2012-06-041-8/+8
* Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter2012-06-011-24/+34
|\
| * Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-05-291-23/+33
| |\
| | * drm/i915: Fix PCH PLL assertions to not assume CRTC:PLL relationshipChris Wilson2012-05-241-23/+33
| * | drm: Constify drm_mode_config_funcs pointerLaurent Pinchart2012-05-221-1/+1
| |/
* | drm/i915: reuse the sdvo tv clock adjustment in ilk mode_setDaniel Vetter2012-05-311-19/+4Star
* | drm/i915: there's no cxsr on ilkDaniel Vetter2012-05-311-8/+0Star
|/
* drm/i915: IBX has a fixed pch pll to pch pipe mappingDaniel Vetter2012-05-201-0/+11
* drm/i915: Enable the PCH PLL for all generations after link trainingChris Wilson2012-05-191-2/+2
* drm/i915: Convert BUG_ON(!pll->active) and friends to a WARNChris Wilson2012-05-191-6/+15
* drm/i915: don't clobber the pipe param in sanitize_modesettingDaniel Vetter2012-05-191-2/+3
* drm/i915: Assert that the transcoder is indeed off before modifying itChris Wilson2012-05-191-0/+2
* drm/i915: detect digital outputs on HaswellEugeni Dodonov2012-05-191-1/+20
* drm/i915: program iCLKIP on Lynx PointEugeni Dodonov2012-05-191-3/+97
* drm/i915: program WM_LINETIME on HaswellEugeni Dodonov2012-05-191-0/+2
* drm/i915: use ironlake eld write routine for HaswellEugeni Dodonov2012-05-191-0/+1
* drm/i915: support DDI training in FDI modeEugeni Dodonov2012-05-191-0/+2
* drm/i915: initialize DDI buffer translationsEugeni Dodonov2012-05-191-0/+2
* drm/i915: account for only one PCH receiver on HaswellEugeni Dodonov2012-05-191-3/+16
* drm/i915: handle DDI-related assertionsEugeni Dodonov2012-05-191-10/+25
* drm/i915: add LPT PCH checksEugeni Dodonov2012-05-191-2/+16
* drm/i915: detect PCH encoders on HaswellEugeni Dodonov2012-05-191-0/+16
* drm/i915: do not use fdi_normal_train on HaswellEugeni Dodonov2012-05-191-1/+2
* drm/i915: properly check for pipe countEugeni Dodonov2012-05-191-10/+4Star
* drm/i915: add support for SBI opsEugeni Dodonov2012-05-191-0/+63
* drm/i915: gen6_enable_rps() wants to be called after ring initialisationChris Wilson2012-05-191-4/+2Star
* drm/i915: Limit calling mark-busy only for potential scanoutsChris Wilson2012-05-081-0/+4
* drm/i915: implement ironlake_wait_for_vblankPaulo Zanoni2012-05-081-0/+16
* drm/i915: simplify intel_encoder_commitPaulo Zanoni2012-05-081-2/+1Star
* drm/i915: DSL_LINEMASK is 12 bits only on gen2Paulo Zanoni2012-05-081-3/+8
* Merge remote-tracking branch 'airlied/drm-core-next' into drm-intel-next-queuedDaniel Vetter2012-05-081-6/+17
|\
| * Merge tag 'v3.4-rc6' into drm-intel-nextDaniel Vetter2012-05-071-6/+17
| |\
| | * drm/i915: Do not read non-existent DPLL registers on PCH hardwareChris Wilson2012-05-021-4/+5
| | * drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson2012-04-181-1/+7
| | * drm/i915: don't clobber the special upscaling lvds timingsDaniel Vetter2012-04-161-2/+5
* | | drm/i915: rip out unnecessary calls to drm_mode_set_crtcinfoDaniel Vetter2012-05-041-1/+0Star
* | | drm/i915: Periodically sanity check power managementChris Wilson2012-05-031-5/+3Star
* | | drm/i915: Wait for the clocks to stabilise before updating PLLsChris Wilson2012-05-031-2/+5
* | | drm/i915: rip out intel_dpio_write againDaniel Vetter2012-05-031-22/+0Star
* | | drm/i915: kill intel_clear_scanline_waitDaniel Vetter2012-05-031-22/+0Star
* | | drm/i915: remove LP_RING&friends from modeset codeDaniel Vetter2012-05-031-37/+41
* | | drm/i915: properly check for MODESET for kms driver ioctlsDaniel Vetter2012-05-031-5/+2Star
* | | drm/i915: Remove too early plane enable on pre-PCH hardwareChris Wilson2012-05-031-1/+0Star