summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
AgeCommit message (Expand)Author
2007-12-03modesetting API change for removing mode ids and making modes per output.Dave Airlie
2007-11-27drm/modesetting: add initial gettable properites code.Dave Airlie
2007-11-26fb: make fb interface use user mode attach/detach for adding modesDave Airlie
2007-11-26add _ioctl to the end of two more ioctlsDave Airlie
2007-11-26drm: make fb modes use usermode add/remove interfaceDave Airlie
2007-11-16Fix typo in copy_to_user callsJesse Barnes
2007-11-15Use user copy routines for writing modes & ids back to userspaceJesse Barnes
2007-11-15drm: send correct fb id to userspaceDave Airlie
2007-11-15modes: pass type to userspace for preferred showingDave Airlie
2007-11-05add missing lockAlan Hourihane
2007-10-23Need fb attachedAlan Hourihane
2007-10-15Fix some buffer teardown problems.Alan Hourihane
2007-09-26no need to copy to/from user as the unlocked ioctl doesAlan Hourihane
2007-09-24Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes
2007-07-20Changed mode config spinlock to mutexJakob Bornecrantz
2007-07-19Fix unlocking of spinlock when we should notJakob Bornecrantz
2007-06-29merge fixesAlan Hourihane
2007-06-28Fix type/flags usage problem to check for preferred modes.Alan Hourihane
2007-05-18Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-05-18Add locking. The main lock is dev->mode_config.config_lock. It should beJesse Barnes
2007-05-18Move fbo creation to the specified fb driver which givesAlan Hourihane
2007-05-17Move destruction of crtc as intelfb_remove uses the crtc to locate the fb.Alan Hourihane
2007-05-17Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-05-17Grab the default mode if the preferred mode isn't available.Alan Hourihane
2007-05-17Fix FB pitch value (we had it wrong and were working around it in a fewJesse Barnes
2007-05-17Large changes for fbdev support.root
2007-05-01cleanup usermodes on drm mode setting shutdownDave Airlie
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