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.c
Age
Commit message (
Expand
)
Author
2008-01-04
crtc: fixup allocation size
Dave Airlie
2008-01-04
drm: move drm_head to drm_minor and fix up users
Dave Airlie
2007-12-21
s/TRUE/true
Dave Airlie
2007-12-18
Merge branch 'modesetting-airlied' into modesetting-101
Dave Airlie
2007-12-18
we should not be unlocking this here
Dave Airlie
2007-12-18
remove output names
Dave Airlie
2007-12-18
Fix and cleanup of Hotplug
Jakob Bornecrantz
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
oops initialise variable to false
Dave Airlie
2007-12-06
add property blobs and edid reporting support
Dave Airlie
2007-12-05
more WIP on blobs..
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-12-03
modesetting API change for removing mode ids and making modes per output.
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 typo in copy_to_user calls
Jesse Barnes
2007-11-15
Use user copy routines for writing modes & ids back to userspace
Jesse Barnes
2007-11-15
drm: send correct fb id to userspace
Dave Airlie
2007-11-15
modes: pass type to userspace for preferred showing
Dave Airlie
2007-11-05
add missing lock
Alan Hourihane
2007-10-23
Need fb attached
Alan Hourihane
2007-10-15
Fix some buffer teardown problems.
Alan Hourihane
2007-09-26
no need to copy to/from user as the unlocked ioctl does
Alan Hourihane
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-07-19
Fix unlocking of spinlock when we should not
Jakob Bornecrantz
2007-06-29
merge fixes
Alan Hourihane
2007-06-28
Fix type/flags usage problem to check for preferred modes.
Alan Hourihane
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
Move destruction of crtc as intelfb_remove uses the crtc to locate the fb.
Alan Hourihane
2007-05-17
Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...
Jesse Barnes
2007-05-17
Grab the default mode if the preferred mode isn't available.
Alan Hourihane
2007-05-17
Fix FB pitch value (we had it wrong and were working around it in a few
Jesse Barnes
2007-05-17
Large changes for fbdev support.
root
2007-05-01
cleanup usermodes on drm mode setting shutdown
Dave Airlie
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-23
fixup vrefresh reporting, it should now be *1000 in userspace
Dave Airlie
2007-04-18
Document main drm_crtc.c functions, and rename drm_crtc_mode_create to
Jesse Barnes
2007-04-18
Shouldn't free the mode here. It's done later on.
Alan Hourihane
2007-04-18
Fix build problem
Alan Hourihane
2007-04-18
free the duplicated mode.
Alan Hourihane
2007-04-18
When no valid EDID modes are available, we bail.
Alan Hourihane
[next]