summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
AgeCommit message (Expand)Author
2008-05-30drm: add encoder ids to the output handlingDave Airlie
2008-05-30drm: add encoder / get encoder to the modesetting resources interfaceDave Airlie
2008-05-30drm: remove unused init func from outputsDave Airlie
2008-05-30drm/modesetting: add initial encoder structures and setup functionsDave Airlie
2008-05-30modesetting: reorganise out crtc/outputs are allocated.Dave Airlie
2008-05-29modesetting: reorganise code into core and helper functions.Dave Airlie
2008-05-23drm_mode_debug_printmodeline doesn't need struct drm_device *Jesse Barnes
2008-05-08i915: Changed intel_fb to use the new drm_crtc_set_config interfaceJakob Bornecrantz
2008-05-08drm: Made set_config use drm_mode_set as a argumentJakob Bornecrantz
2008-05-08drm_mode: initial replacefb implemenationDave Airlie
2008-04-10Split TV property creation into its own routineJesse Barnes
2008-04-10Remove structure fields & codeJesse Barnes
2008-04-10Keep display info in struct display_infoJesse Barnes
2008-04-09Port pipe reservation code for load detectionJesse Barnes
2008-04-08Improved DRM sysfs supportJesse Barnes
2008-02-26Implement short circuit for base change onlyAlan Hourihane
2008-02-22hopefully shit works now without this...Dave Airlie
2008-02-20drm/fb: get rid of offset from structure use bo offsetDave Airlie
2008-02-15i915: initial (and untested) TV out supportJesse Barnes
2008-02-07Added kernel part of hotplug ioctlJakob Bornecrantz
2008-02-05Fix function declarationAlan Hourihane
2008-02-05consistencyAlan Hourihane
2008-01-28Added cursor supportJakob Bornecrantz
2008-01-11Panning now works without modesetJakob Bornecrantz
2007-12-18Merge branch 'modesetting-airlied' into modesetting-101Dave Airlie
2007-12-18HERE BEZ HACKZ.. magic variable to make shit workDave Airlie
2007-12-18remove output namesDave Airlie
2007-12-18Modesetting HotplugJakob Bornecrantz
2007-12-11modesetting: fixup property setting and add connector propertyDave Airlie
2007-12-11modesetting: add dpms property and initial settable property ioctlDave Airlie
2007-12-06add property blobs and edid reporting supportDave Airlie
2007-12-05arrgggh.. make all ioctl structs 32/64-bit compatible hopefully.Dave Airlie
2007-12-03finish of mode add/remove, just have attach/detach modesDave 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 connection status ABIJesse Barnes
2007-11-15modes: pass type to userspace for preferred showingDave Airlie
2007-11-09drm: split edid handling in get_edid & add_edid_modeJerome Glisse
2007-09-24Merge branch 'master' into modesetting-101 - TTM & typedef removalJesse Barnes
2007-07-20Changed mode config spinlock to mutexJakob Bornecrantz
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-17Large changes for fbdev support.root
2007-05-01Add support for user defined modesDave Airlie
2007-04-23drm: make mode numbers no change by comparing probed modesDave Airlie
2007-04-20Oops, edid data should just be a char *, as edid.h is private to edid.cJesse Barnes
2007-04-20Add a monitor information structure separate from the EDID data for trackingJesse Barnes