summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
AgeCommit message (Expand)Author
2007-05-01Add support for user defined modesDave Airlie
2007-04-23drm: make mode numbers no change by comparing probed modesDave Airlie
2007-04-23fixup vrefresh reporting, it should now be *1000 in userspaceDave Airlie
2007-04-18Document main drm_crtc.c functions, and rename drm_crtc_mode_create toJesse Barnes
2007-04-18Shouldn't free the mode here. It's done later on.Alan Hourihane
2007-04-18Fix build problemAlan Hourihane
2007-04-18free the duplicated mode.Alan Hourihane
2007-04-18When no valid EDID modes are available, we bail.Alan Hourihane
2007-04-18make sure TMDS gets a crtcDave Airlie
2007-04-18don't crash if no desired modeDave Airlie
2007-04-17Add framebuffer bo freeing to drm_mode_config_cleanup (seems like the bestJesse Barnes
2007-04-17Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-04-17Move initial framebuffer allocation and configuration to drm_initial_config,Jesse Barnes
2007-04-17another large overhaul of interactions with userspace...Dave Airlie
2007-04-13Added debug messages so we know which output we are dealing withJakob Bornecrantz
2007-04-12Use drm_framebuffer instead of drm_crtc for fb & fbtAlan Hourihane
2007-04-12cleanup framebuffers on drm unloadDave Airlie
2007-04-12set bracing style like LinuxDave Airlie
2007-04-12fix unbalanced lock and make sure mode list has modes so lvds code doesn't crashDave Airlie
2007-04-12allow framebuffer changes on the crtc setupDave Airlie
2007-04-12add getfb ioctlDave Airlie
2007-04-11Various changes for in-kernel modesetting:Jesse Barnes
2007-04-11add support for setting a framebuffer depthDavid Airlie
2007-04-11add initial drm_fb framebufferDave Airlie
2007-04-11add an fb count + id get to the get resources code pathDavid Airlie
2007-04-10Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-04-10Remove some debug #if 0 codes and add a reminder to check locking aroundJesse Barnes
2007-04-10export output name to userspaceDavid Airlie
2007-04-10fixup numerous issues with adding framebuffer supportDavid Airlie
2007-04-10mode: fixup problems with framebuffer add functionDavid Airlie
2007-04-10make crtc_config be named mode_configDave Airlie
2007-04-10add addfb/rmfb ioctlsJakob Bornecrantz
2007-04-07make drmP.h include drm_crtc.h for CRTC related stuff.Jesse Barnes
2007-04-05checkpoint commit: implement SetCrtc so modes can in theory be set from userDave Airlie
2007-04-05checkpoint commit: added getresources, crtc and outputDave Airlie
2007-04-05initial userspace interface to get modesDave Airlie
2007-04-05Initial import of modesetting for intel driver in DRMDave Airlie