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
/
linux-core
/
drm_crtc.h
Age
Commit message (
Expand
)
Author
2008-02-07
Added kernel part of hotplug ioctl
Jakob Bornecrantz
2008-02-05
Fix function declaration
Alan Hourihane
2008-02-05
consistency
Alan Hourihane
2008-01-28
Added cursor support
Jakob Bornecrantz
2008-01-11
Panning now works without modeset
Jakob Bornecrantz
2007-12-18
Merge branch 'modesetting-airlied' into modesetting-101
Dave Airlie
2007-12-18
HERE BEZ HACKZ.. magic variable to make shit work
Dave Airlie
2007-12-18
remove output names
Dave Airlie
2007-12-18
Modesetting Hotplug
Jakob Bornecrantz
2007-12-11
modesetting: fixup property setting and add connector property
Dave Airlie
2007-12-11
modesetting: add dpms property and initial settable property ioctl
Dave Airlie
2007-12-06
add property blobs and edid reporting support
Dave Airlie
2007-12-05
arrgggh.. make all ioctl structs 32/64-bit compatible hopefully.
Dave Airlie
2007-12-03
finish of mode add/remove, just have attach/detach modes
Dave Airlie
2007-11-27
drm/modesetting: add initial gettable properites code.
Dave Airlie
2007-11-26
fb: make fb interface use user mode attach/detach for adding modes
Dave Airlie
2007-11-26
add _ioctl to the end of two more ioctls
Dave Airlie
2007-11-26
drm: make fb modes use usermode add/remove interface
Dave Airlie
2007-11-16
Fix connection status ABI
Jesse Barnes
2007-11-15
modes: pass type to userspace for preferred showing
Dave Airlie
2007-11-09
drm: split edid handling in get_edid & add_edid_mode
Jerome Glisse
2007-09-24
Merge branch 'master' into modesetting-101 - TTM & typedef removal
Jesse Barnes
2007-07-20
Changed mode config spinlock to mutex
Jakob Bornecrantz
2007-05-18
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-05-18
Add locking. The main lock is dev->mode_config.config_lock. It should be
Jesse Barnes
2007-05-18
Move fbo creation to the specified fb driver which gives
Alan Hourihane
2007-05-17
Large changes for fbdev support.
root
2007-05-01
Add support for user defined modes
Dave Airlie
2007-04-23
drm: make mode numbers no change by comparing probed modes
Dave Airlie
2007-04-20
Oops, edid data should just be a char *, as edid.h is private to edid.c
Jesse Barnes
2007-04-20
Add a monitor information structure separate from the EDID data for tracking
Jesse Barnes
2007-04-20
Add a mode name generation wrapper to make name format changes easier.
Jesse Barnes
2007-04-18
Document main drm_crtc.c functions, and rename drm_crtc_mode_create to
Jesse Barnes
2007-04-17
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-04-17
Move initial framebuffer allocation and configuration to drm_initial_config,
Jesse Barnes
2007-04-17
another large overhaul of interactions with userspace...
Dave Airlie
2007-04-12
add getfb ioctl
Dave Airlie
2007-04-11
Various changes for in-kernel modesetting:
Jesse Barnes
2007-04-11
add initial drm_fb framebuffer
Dave Airlie
2007-04-10
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-04-10
Finish bringing in LVDS code, re-add to Makefile. Needed other changes too:
Jesse Barnes
2007-04-10
fixup numerous issues with adding framebuffer support
David Airlie
2007-04-10
make crtc_config be named mode_config
Dave Airlie
2007-04-10
add addfb/rmfb ioctls
Jakob Bornecrantz
2007-04-07
make drmP.h include drm_crtc.h for CRTC related stuff.
Jesse Barnes
2007-04-05
checkpoint commit: implement SetCrtc so modes can in theory be set from user
Dave Airlie
2007-04-05
checkpoint commit: added getresources, crtc and output
Dave Airlie
2007-04-05
initial userspace interface to get modes
Dave Airlie
2007-04-05
Initial import of modesetting for intel driver in DRM
Dave Airlie