summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg4-60/+53
2009-02-18bios_reader: parse driver feature BDBZhenyu Wang2-0/+95
2009-02-18Fix SDVO mulitiplier setting for 945GZhenyu Wang1-1/+1
2009-02-17KMS: Hook up crtc::gamma_set.Kristian Høgsberg1-1/+12
2009-02-16Safely init SDVO found variableZhenyu Wang1-1/+1
2009-02-13Fix SDVO/HDMI detectZhenyu Wang1-8/+8
2009-02-13SDVO: remove ForceSDVODetect optionZhenyu Wang2-13/+2
2009-02-13SDVO: Switch control bus only before DDC accessZhenyu Wang1-4/+4
2009-02-13SDVO: Fix TV supportZhenyu Wang2-23/+65
2009-02-13SDVO: fix CREATE_PREFERRED_INPUT_TIMING commandZhenyu Wang2-0/+6
2009-02-13SDVO: fix usage for SET_TV_FORMAT and GET_SDTV_RESOLUTION_SUPPORT commandZhenyu Wang1-2/+10
2009-02-13SDVO: fix error in modeline and DTD convertZhenyu Wang1-21/+4
2009-02-13SDVO: check EDID info for DVI-IZhenyu Wang1-4/+18
2009-02-13SDVO: Fix for HDMI encode and audio setup (try 5)Zhenyu Wang1-23/+66
2009-02-10uxa: Fix failure to --amend in further changes in previous commit.Eric Anholt1-1/+1
2009-02-10uxa: hook up the fallback debug to the driver's fallback debug option.Eric Anholt1-0/+2
2009-02-06Don't disable vga centering bit.Ma Ling1-4/+0
2009-02-04TV quirk for HP Compaq nx6310Zhenyu Wang1-0/+2
2009-02-02Fix front buffer memset() for non-KMS case.Kristian Høgsberg1-1/+1
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg6-27/+84
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg7-101/+59
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg5-205/+154
2009-01-27dri2: Use modesetting's master fd instead of opening our own non-master.Eric Anholt1-1/+11
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes6-27/+84
2009-01-27Don't forget the new state bos in check_aperture.Eric Anholt1-35/+47
2009-01-26Fixup bogus VBT modes when detectedJesse Barnes1-0/+6
2009-01-24Quirk MSI IM-945GSE-A LVDS, TV outputs.Bill Nottingham1-0/+17
2009-01-24quirk for AOpen MP45Vincent Mussard1-0/+2
2009-01-21Move i965 render sampler state to BOs.Eric Anholt3-122/+85
2009-01-21Move i965 render kernels to BOs.Eric Anholt1-45/+30
2009-01-21Move 965 render unit state to BOs.Eric Anholt2-138/+269
2009-01-21Remove 965 render wm scratch space, which was just unused.Eric Anholt1-10/+3
2009-01-21Fix build with server 1.4.Eric Anholt2-1/+6
2009-01-21Don't run in KD_TEXT mode even with KMSJesse Barnes1-8/+0
2009-01-21Tear down batchbuffers unconditionally on LeaveVTJesse Barnes1-1/+2
2009-01-20Use drm_intel_bo_subdata to put render vb data in.Eric Anholt1-11/+4
2009-01-20Move i965 render vb setup to use time, and decouple state emit from it.Eric Anholt1-34/+55
2009-01-20Move i965 render transform setup from emit_composite_state to prepare_composite.Eric Anholt1-28/+22
2009-01-20i965: Pull check_aperture out to a separate function and make it dtrt.Eric Anholt1-62/+32
2009-01-20Move filter computation from emit_batch_header to prepare_composite.Eric Anholt1-21/+31
2009-01-20Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt3-33/+33
2009-01-20Move i965 render state bo setup back to prepare_composite.Eric Anholt1-66/+60
2009-01-20Do check_aperture_space and batch_start_atomic for i965 video.Eric Anholt1-2/+27
2009-01-20Move 965 video setup to a separate function so we can move it around.Eric Anholt1-172/+174
2009-01-20Remove the pageflipping infrastructure.Owain G. Ainsworth3-326/+0
2009-01-20Remove triple-buffering supportOwain G. Ainsworth6-59/+5
2009-01-20Support sysfs backlight control for Sony laptops in xf86-video-intelKshitij Kulshreshtha1-0/+1
2009-01-17Protect i915 textured video against batchbuffer wrapping.Eric Anholt1-4/+7
2009-01-17Fix i915 batch_start_atomic counting.Eric Anholt1-1/+1
2009-01-17intel: fix DRI2 should be DRI_DRI2Dave Airlie1-1/+1