index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-core
/
i915_drv.h
Age
Commit message (
Expand
)
Author
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
2004-09-05
merge back bunch of whitespace and misc ch
#include
"drmP.h"
#include
"drm.h"
#include
"nouveau_drv.h"
#include
"nouveau_drm.h"
int
nv10_fb_init
(
drm_device_t
*
dev
)
{
drm_nouveau_private_t
*
dev_priv
=
dev
->
dev_private
;
2004-06-10
i915.o drm driver
Keith Whitwell