aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_tv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Revert "drm/i915: Configure the TV sense state correctly on GM45 to make TV detection reliable"Dave Airlie1-9/+0
2010-04-12drm/i915: convert TV driver to new encoder/connector structureZhenyu Wang1-14/+26
2010-04-12drm/i915: Remove dead KMS encoder save/restore code.Eric Anholt1-139/+0
2010-04-09drm/i915: passing drm connector param for load detectionZhenyu Wang1-2/+4
2010-04-09drm/i915: Configure the TV sense state correctly on GM45 to make TV detection reliableZhao Yakui1-0/+9
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt1-48/+48
2010-01-07drm/i915: disable TV hotplug status checkZhenyu Wang1-2/+0
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes1-0/+2
2009-12-01drm/i915: Declare the new VBT parsing functions as staticZhao Yakui1-1/+1
2009-11-30drm/i915: Don't set up the TV port if it isn't in the BIOS table.Zhao Yakui1-0/+39
2009-11-30drm/i915: Avoid NULL dereference with component_only tv_modesChris Wilson1-7/+4
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui1-4/+4
2009-10-02drm/i915: Multiply the refresh by 1000 in TV mode validatiionZhao Yakui1-1/+2
2009-09-21Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+30
2009-09-08drm/i915: fix mask bits settingZhenyu Wang1-0/+1
2009-09-04drm/i915: select TV format according to connector typeMa Ling1-0/+30
2009-08-24drm/i915: Set crtc/clone mask in different output devicesMa Ling1-0/+2
2009-07-29drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com1-0/+22
2009-06-22drm/i915: set TV detection mode when tv is already connectedling.ma@intel.com1-28/+25
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-6/+5
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-0/+3
2009-06-05drm/i915: Set correct TV detection voltage level override valuesMa Ling1-0/+3
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-0/+1
2009-04-01drm/i915: fix TV mode setting in property changeZhenyu Wang1-2/+5
2009-04-01drm/i915: only set TV mode when any property changedZhenyu Wang1-7/+20
2009-03-27drm/i915: TV detection fixZhenyu Wang1-1/+4
2009-03-27drm/i915: TV mode_set sync up with 2D driverZhenyu Wang1-3/+8
2009-03-27drm/i915: Fix TV get_modes to return modes countZhenyu Wang1-8/+12
2009-03-27drm/i915: TV modes' parameters sync up with 2D driverZhenyu Wang1-56/+56
2009-02-20drm/i915: Storage class should be before const qualifierTobias Klauser1-1/+1
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder1-1/+1
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+1725