summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2008-08-21Merge branch 'modesetting-gem'Jesse Barnes
2008-08-20Add more panel debugging info to register dump & vbios readerJesse Barnes
2008-08-20Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-19Add quirk for pre-915s with working PFIT regsJesse Barnes
2008-08-13Make EXA & UXA share bo getting functionJesse Barnes
2008-08-12Add EXA pixmap management functions for kernel mode settingJesse Barnes
2008-08-08Initial port of kernel modesetting from old intel-kernelmode branchJesse Barnes
2008-08-06Merge branch 'drm-gem'Jesse Barnes
2008-08-05Rename uxa using _ instead of capsKeith Packard
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard
2008-08-05Make EXA functions work for UXA as wellKeith Packard
2008-08-05Add UXA - the unified memory acceleration architecture.Keith Packard
2008-08-05Reorganize VBIOS codeJesse Barnes
2008-07-17Merge branch 'master' into drm-gemCarl Worth
2008-07-10Improve VBIOS feature detection, add SSC supportJesse Barnes
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang
2008-06-19Initial HDMI work. Not currently hooked up at startup.Eric Anholt
2008-06-12Require libdrm 2.4.0 always since we need the bufmgr code.Eric Anholt
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt
2008-06-10Avoid needless flush emits in the blockhandler.Eric Anholt
2008-06-10Use batchbuffers instead of ring emits for general commands.Eric Anholt
2008-06-10Merge branch 'master' into drm-gemEric Anholt
2008-06-10Set up/restore PWRCTXA from enter/leavevt not server start/exit.Eric Anholt
2008-06-05Merge branch 'master' into drm-gemEric 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-17Merge commit 'origin/master' into drm-gemKeith Packard
2008-05-12Record alignment requirements in mem structure for use by GEM.Keith Packard
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-05-05Merge branch 'master' into drm-gemKeith Packard
2008-05-02Add initial GEM hacks to bring the server up.Eric Anholt
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