summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2008-07-21Improve VBIOS feature detection, add SSC supportJesse Barnes
2008-07-21xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang
2008-06-26Initial HDMI work. Not currently hooked up at startup.Eric Anholt
2008-06-10Set up/restore PWRCTXA from enter/leavevt not server start/exit.Eric Anholt
2008-06-05Initialize clock gating from EnterVT and save/restore it appropriately.Eric Anholt
2008-06-05Move BIOS scratch register setup to EnterVT instead of PreInit.Eric Anholt
2008-06-05Move DSPARB setup into a separate function, and save/restore it at VT switch.Eric Anholt
2008-06-05Replace a couple of wait-for-ring-idles with a single function to do so.Eric Anholt
2008-05-26Fixup power saving registersJesse Barnes
2008-05-08Implement option to ignore external fixed mode settingsMike Isely
2008-05-07Save/restore cursor registersJesse Barnes
2008-05-07Use I830FALLBACK when check pitch for debugZhenyu Wang
2008-05-07Check pitch for EXA operationZhenyu Wang
2008-04-29Add a new quirk for BIOSes that reprogram regs at lid close/open timeJesse Barnes
2008-04-17Make the binding table and surface state be arrays to reduce syncing.Eric Anholt
2008-04-10Enumerate all possible cc_state objectsCarl Worth
2008-04-10Keep static copies of the 965 render programs in video memory.Eric Anholt
2008-04-09SDVO: Use the TV reference clock for SDVO TV outputs.Eric Anholt
2008-04-09Implement support for 24 bit pixel formatMike Isely
2008-04-09Fix LVDS regressionJesse Barnes
2008-03-21Transformed coord computed using floats. Don't move bilinear composite dst.Keith Packard
2008-03-20Merge branch 'xvmc'Zhenyu Wang
2008-03-18Add i830_transform_is_affine and i830_get_transformed_coordinates_3d.Keith Packard
2008-03-18Merge branch 'master' into xvmcZhenyu Wang
2008-03-17Add support for new ->get_crtc output callbacksJesse Barnes
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-13Merge branch 'master' into xvmcZhenyu Wang
2008-03-12Eliminate local variables defined in i830 BEGIN_LP_RING().Eric Anholt
2008-03-12Separate i810 and i830 ring macros out into separate files.Eric Anholt
2008-03-11Nuke more CARD* types from i810 driver. Untested.Eric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-03-11Crack down on warnings.Kristian Høgsberg
2008-03-11Merge branch 'master' into xvmcZhenyu Wang
2008-02-22Add quirk for DVO channel selectionJesse Barnes
2008-02-05Program FBC fence offset registerJesse Barnes
2008-01-30hardware status page initialization reworkZhenyu Wang
2008-01-09Add pipe A force enable quirkJesse Barnes
2008-01-03Fix compilation error when not using DRIJesse Barnes
2007-12-20xvmc: add disable xvmc build supportZhenyu Wang
2007-12-19Merge branch 'master' into xvmcZhenyu Wang
2007-12-04Add BCM_ to backlight control method enumsJesse Barnes
2007-11-15Merge branch 'master' into xvmcZhenyu Wang
2007-11-14Don't stop ring before restoring hw stateJesse Barnes
2007-11-14Don't enable fbc with XAA or tiling is off.Zhenyu Wang
2007-11-13Merge branch 'master' into xvmcZhenyu Wang
2007-11-12Improve backlight controlJesse Barnes
2007-10-23Merge branch 'master' into xvmcZhenyu Wang
2007-10-12Fix failure in tiling setup on non-power-of-two allocations on pre-965.Eric Anholt
2007-10-11Move tiling fence register setup to bind time instead of allocate time.Eric Anholt
2007-10-11Rework DRI buffer mappings and sarea setup to allow for moving buffers.Eric Anholt