Age | Commit message (Expand) | Author | Files | Lines |
2013-11-08 | drm/i915/bdw: Broadwell has a max port clock of 300Mhz on HDMI | Damien Lespiau | 1 | -1/+1 |
2013-10-16 | drm/i915: Move some hdmi enable function name to vlv specific. | Chon Ming Lee | 1 | -6/+6 |
2013-10-01 | drm/i915: destroy connector sysfs files earlier | Paulo Zanoni | 1 | -1/+0 |
2013-10-01 | drm/i915: Allow stereo modes on HDMI | Damien Lespiau | 1 | -0/+1 |
2013-10-01 | drm/i915: Use crtc_clock with the adjusted mode | Damien Lespiau | 1 | -3/+3 |
2013-10-01 | drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern | Daniel Vetter | 1 | -2/+2 |
2013-09-17 | drm/i915: Use adjusted_mode in HDMI 12bpc clock check | Ville Syrjälä | 1 | -1/+1 |
2013-09-17 | drm/i915: Fix port_clock and adjusted_mode.clock readout all over | Ville Syrjälä | 1 | -0/+11 |
2013-09-05 | drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2 | Chon Ming Lee | 1 | -21/+27 |
2013-08-30 | Merge tag 'drm-intel-next-2013-08-23' of git://people.freedesktop.org/~danvet... | Dave Airlie | 1 | -2/+0 |
2013-08-30 | drm/i915/hdmi: Write HDMI vendor specific infoframes | Lespiau, Damien | 1 | -0/+28 |
2013-08-22 | drm/i915: remove set but unused variables | Paulo Zanoni | 1 | -2/+0 |
2013-08-21 | Merge tag 'drm-intel-next-2013-08-09' of git://people.freedesktop.org/~danvet... | Dave Airlie | 1 | -115/+138 |
2013-08-19 | Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next | Dave Airlie | 1 | -3/+16 |
2013-08-08 | drm/i915/hmdi: Rename set_infoframe() to write_infoframe() | Damien Lespiau | 1 | -4/+4 |
2013-08-08 | drm: Handle the DBLCLK flag in the common infoframe helper | Damien Lespiau | 1 | -3/+0 |
2013-08-08 | drm/i915: Remove the now obsolete infoframe definitions | Damien Lespiau | 1 | -15/+0 |
2013-08-08 | drm/i915/hdmi: Port the infoframe code to the common hdmi helpers | Damien Lespiau | 1 | -24/+58 |
2013-08-08 | drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type | Damien Lespiau | 1 | -50/+56 |
2013-08-05 | drm/i915: rearrange vlv hdmi enable and pre_enable callbacks | Jani Nikula | 1 | -9/+11 |
2013-08-05 | drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMI | Chris Wilson | 1 | -0/+4 |
2013-08-04 | drm/i915/hdmi: use native encoder mode_set callback | Daniel Vetter | 1 | -17/+12 |
2013-07-24 | drm/i915: Add some debug breadcrumbs to connector detection | Chris Wilson | 1 | -0/+3 |
2013-07-23 | drm/i915: fix hdmi portclock limits | Daniel Vetter | 1 | -3/+16 |
2013-07-01 | Revert "drm/i915: Don't use the HDMI port color range bit on Valleyview" | Ville Syrjälä | 1 | -1/+1 |
2013-06-04 | drm/i915: store adjusted dotclock in adjusted_mode->clock | Daniel Vetter | 1 | -3/+1 |
2013-05-24 | drm/i915: rename VLV IOSF sideband functions logically | Jani Nikula | 1 | -21/+21 |
2013-05-24 | drm/i915: drop redundant warnings on not holding dpio_lock | Jani Nikula | 1 | -4/+0 |
2013-05-21 | drm/i915: add encoder get_config function v5 | Jesse Barnes | 1 | -0/+23 |
2013-05-21 | Merge tag 'v3.10-rc2' into drm-intel-next-queued | Daniel Vetter | 1 | -0/+8 |
2013-04-29 | drm/i915: implement fdi auto-dithering | Daniel Vetter | 1 | -4/+10 |
2013-04-29 | drm/i915: fixup 12bpc hdmi dotclock handling | Daniel Vetter | 1 | -2/+15 |
2013-04-23 | drm/i915: avoid full modeset when changing the color range properties | Daniel Vetter | 1 | -0/+8 |
2013-04-19 | drm/i915: update VLV PLL and DPIO code v11 | Jesse Barnes | 1 | -0/+108 |
2013-04-18 | drm/i915: move cpu_transcoder to the pipe configuration | Daniel Vetter | 1 | -3/+3 |
2013-04-18 | drm/i915: (re)init HPD interrupt storm statistics | Egbert Eich | 1 | -1/+0 |
2013-04-05 | drm/i915: Don't use the HDMI port color range bit on Valleyview | Ville Syrjälä | 1 | -1/+1 |
2013-03-28 | drm/i915: precompute pipe bpp before touching the hw | Daniel Vetter | 1 | -0/+13 |
2013-03-28 | drm/i915: introduce pipe_config->dither|pipe_bpp | Daniel Vetter | 1 | -1/+1 |
2013-03-28 | drm/i915: add pipe_config->limited_color_range | Daniel Vetter | 1 | -2/+3 |
2013-03-28 | drm/i915: add pipe_config->has_pch_encoder | Daniel Vetter | 1 | -5/+9 |
2013-03-27 | DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private. | Egbert Eich | 1 | -3/+0 |
2013-03-27 | DRM/I915: Add enum hpd_pin to intel_encoder. | Egbert Eich | 1 | -0/+4 |
2013-03-23 | drm/i915: use VLV DIP routines on VLV v2 | Jesse Barnes | 1 | -4/+4 |
2013-03-19 | Merge tag 'v3.9-rc3' into drm-intel-next-queued | Daniel Vetter | 1 | -32/+2 |
2013-03-05 | drm/i915: rename some HDMI bit definitions | Paulo Zanoni | 1 | -4/+4 |
2013-03-05 | drm/i915: remove duplicated SDVO/HDMI bit definitions | Paulo Zanoni | 1 | -14/+9 |
2013-03-03 | drm/i915: Use cpu_transcoder for HSW_TVIDEO_DIP_* instead of pipe | Rodrigo Vivi | 1 | -6/+7 |
2013-02-24 | Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ... | Dave Airlie | 1 | -2/+2 |
2013-02-24 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 1 | -29/+0 |