summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2009-10-13Return failure when the enum-type output property values are not foundZhao Yakui
2009-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen
2009-10-13drmmode: with 1.7 server, set mode major doesn't get gamma setup.Dave Airlie
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-05Implement drmmode overlayDaniel Vetter
2009-09-22Add new backlight driver "samsung".Matthias Hopf
2009-09-17Make sure DRM output properties are freed after we're done with them.Keith Packard
2009-09-03Don't set backlight level if going on->on.Matthias Hopf
2009-09-03Use "Backlight" as backlight brightness property.Matthias Hopf
2009-09-03Add get_property support.Matthias Hopf
2009-09-03Don't ignore backlight level change to the same level.Matthias Hopf
2009-08-25KMS: allocate one bo per crtc for cursorKeith Packard
2009-08-25Reload cursors as needed when setting new modes.Keith Packard
2009-08-20kms: Don't use fb offset when using shadow bufferKristian Høgsberg
2009-08-18Add BACKLIGHT property support in KMS case.Matthias Hopf
2009-07-26Allow DRM mode setting to include transformationsKeith Packard
2009-07-21drmmode_output_get_modes: Replace existing EDID property blob with new oneKeith Packard
2009-07-10KMS: Keep screen pixmap devPrivate.ptr NULL during init and resizeKeith Packard
2009-07-10Remove NoAccel supportKeith Packard
2009-07-02Clear the bo on the rotate scratch pixmapJesse Barnes
2009-06-30Make KMS set_resource function return TRUEJesse Barnes
2009-06-29Output error info if we fail to get DRM resourcesJesse Barnes
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes
2009-06-16Fix EDID for LVDS output device to add the default modesZhao Yakui
2009-06-16Get the LVDS panel limit and check whether the given modeline is validZhao Yakui
2009-06-16Add the private data for the LVDS connectorZhao Yakui
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt
2009-05-14Use libdrm to lookup pipe for tear-free sync of XVCarl Worth
2009-04-27Remove XF86DRM_MODE.Eric Anholt
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt
2009-04-27Remove EXA support.Eric Anholt
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt
2009-03-31Match GTT unmap with map in KMS rotation caseJesse Barnes
2009-03-25KMS: hook up output properties for randrZhenyu Wang
2009-03-18Re-enable disabled outputs after rotationJesse Barnes
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt
2009-03-02KMS: Wire up output DPMS.Adam Jackson
2009-02-24Update kms to work with drmModeModeInfo API update.Kristian Høgsberg
2009-02-23KMS: Fix bug that prevented EDID data from getting propagated.Kristian Høgsberg
2009-02-20KMS: Hook up rotated shadow buffers.Kristian Høgsberg
2009-02-17KMS: Hook up crtc::gamma_set.Kristian Høgsberg
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg
2008-12-29modeset: transformPresent is a new API memberDave Airlie
2008-12-29modeset: fix xf86CrtcRotate API change across server versionsDave Airlie
2008-12-15Quiet some KMS warnings.Kristian Høgsberg
2008-12-06Fix KMS compilation.Kristian Høgsberg
2008-09-09mode: fix missing commaDave Airlie
2008-08-14Use pwrite for cursor updatesJesse Barnes