summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)Author
2010-07-01drmmode: Add missing newlines at the end of log messages.Chris Wilson
2010-07-01drmmode: Use a copy of the converted mode on resizeChris Wilson
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson
2010-06-15drmmode: Use the tiled stride for the rotated pixmap.Chris Wilson
2010-06-07Allocate rotate shadow buffers using the usual framebuffer allocator.Eric Anholt
2010-06-07Allocate a correctly sized framebuffer when tiling by using libdrm's support.Eric Anholt
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-14drm: Remove pin(); unpin() syncChris Wilson
2010-05-14drm: Remove unused old_front parameter from drmmode_do_pageflip.Chris Wilson
2010-05-14drm: don't overwrite the old intel->front_bufferChris Wilson
2010-05-11drmmode: Reorder i830_set_pixmap_bo() so that the correct stride is used.Chris Wilson
2010-05-10i830: Minor cleanupChris Wilson
2010-04-10Review i830_pad_drawable_width()Chris Wilson
2010-03-22Clear drmmode_output->mode_output in drmmode_output_destroy().Matthias Hopf
2010-03-22Initialize flip_count before using itLi Peng
2010-03-08Put back the pitch alignment for new framebuffers.Eric Anholt
2010-03-06Fix build against xserver 1.6 branch.Robert Hooker
2010-03-04Remove remaining fbOffset setting.Eric Anholt
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter
2010-03-04i830_memory: rip out field "offset"Daniel Vetter
2010-02-26Remove dead code: fill_detailed_lvds_blockCarl Worth
2010-02-26kms: Fix LVDS mode list construction.Adam Jackson
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-02-10Disable bo reuse on shadow framebufferJesse Barnes
2010-01-13DRI2: support new DRI2 APIsJesse Barnes
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson
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