aboutsummaryrefslogtreecommitdiff
path: root/linux-core/radeon_drv.c
AgeCommit message (Expand)Author
2009-03-02drm: drop Linux < 2.6.10 supportPekka Paalanen
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-11-03radeon: make build againDave Airlie
2008-11-03radeon: fix race in sysfsDave Airlie
2008-11-03radeon: add proc debugging for interrupts/ringDave Airlie
2008-11-03radeon: only enable dynclks if asked forDave Airlie
2008-10-16radeon: add initial agp support.Dave Airlie
2008-09-26radeon: make atom on r4xx a module optionAlex Deucher
2008-09-18radeon: add initial suspend/resume supportDave Airlie
2008-07-31Merge commit 'origin/master' into modesetting-gemKristian Høgsberg
2008-07-26radeon: Add suspend/resume hooks for saving/clearing/restoring interrupts.Stefan Becker
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie
2008-02-26radeon: remove TTM from an earlier mergeJerome Glisse
2008-01-25Merge remote branch 'origin/master' into modesetting-101Dave Airlie
2008-01-22Merge branch 'master' into vblank-rework, including mach64 supportJesse Barnes
2007-11-05Merge branch 'master' into modesetting-101Thomas Hellstrom
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie
2007-10-28Merge branch 'radeon-ttm' of git://people.freedesktop.org/~airlied/drm into m...Jerome Glisse
2007-07-16drm/radeon/ttm: more VRAM fixesDave Airlie
2007-06-15First cut at radeon support for the vblank rework.Jesse Barnes
2007-06-05Merge branch 'origin' into radeon-ttmDave Airlie
2007-06-03radeon: add support for vblank on crtc2Dave Airlie
2007-04-01copy over some files and reorg radeon to add ttm fencing not working yetDave Airlie
2006-10-14remove config.h from build no longer exists kbuild does itDave Airlie
2006-09-12drm: use radeon specific names for radeon flagsDave Airlie
2005-11-11cleanup ioctl/max_ioctl to use header file for extern symbolsDave Airlie
2005-10-11The Linux 2.6.9 (and earlier) fops structure does not contain aIan Romanick
2005-09-30Add support to turn writeback off via radeon module optionDave Airlie
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt
2005-07-03Add sysfs attribute dri_library_name on Linux. code in share-core/via_drv.cJon Smirl
2005-06-28- Remove drm_initmap and replace its usage with drm_addmap. This reducesEric Anholt
2005-06-28add compat code from Paul MackerrasDave Airlie
2005-01-29fix radeon drvDave Airlie
2004-11-06Fix Linux build. Why won't this complile? extern int const foo; staticJon Smirl
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt
2004-11-05Move ati_pcigart shared routines into drm-core moduleJon Smirl
2004-10-13Add a poll function that alternates between zero and normal poll return toJon Smirl
2004-10-12Breakout heads into their own data structures.Jon Smirl
2004-10-10Rename fn_tbl to driver. Core driver now uses pci_driver name whichJon Smirl
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl
2004-09-30Make fops per driver instead of global, remove default flush, poll, readJon Smirl
2004-09-27First check in for DRM that splits core from personality modulesJon Smirl
2004-09-231) switches from class_sysfs to drm sysfs implementation to allowJon Smirl
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt
2003-06-19Revert the janitorial - that works is now on the new branchJose Fonseca
2003-06-03Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca
2003-05-27Merged DRM documentation.Jose Fonseca
2002-07-05merged bsd-3-0-0-branchAlan Hourihane
2002-06-12merged tcl-0-0-branchKeith Whitwell
2002-06-02fixes for big endian in general and powerpc in particularMichel Daenzer