summaryrefslogtreecommitdiff
path: root/src/drmmode_display.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-01Rename drmmode_display to intel_displayChris Wilson1-1565/+0
2010-07-28drmmode: Only treat a backlight as connected if it has a non-zero maxChris Wilson1-5/+7
2010-07-13Remove the duplicate drmmode prototypes.Chris Wilson1-15/+14
2010-07-13modes: There may be more than one crtc and output... DESTROY THEM ALL!Chris Wilson1-26/+54
2010-07-09drmmode: Destroy the output on shutdownChris Wilson1-1/+8
2010-07-09drmmode: Destroy Crtc on screen shutdownChris Wilson1-1/+10
2010-07-05Add mbp_backlight support.Evan McClain1-0/+1
2010-07-01drmmode: Add missing newlines at the end of log messages.Chris Wilson1-2/+2
2010-07-01drmmode: Use a copy of the converted mode on resizeChris Wilson1-45/+61
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-13/+14
2010-06-15drmmode: Use the tiled stride for the rotated pixmap.Chris Wilson1-7/+10
2010-06-07Allocate rotate shadow buffers using the usual framebuffer allocator.Eric Anholt1-10/+5
2010-06-07Allocate a correctly sized framebuffer when tiling by using libdrm's support.Eric Anholt1-12/+10
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt1-10/+10
2010-05-14drm: Remove pin(); unpin() syncChris Wilson1-3/+0
2010-05-14drm: Remove unused old_front parameter from drmmode_do_pageflip.Chris Wilson1-4/+1
2010-05-14drm: don't overwrite the old intel->front_bufferChris Wilson1-2/+3
2010-05-11drmmode: Reorder i830_set_pixmap_bo() so that the correct stride is used.Chris Wilson1-3/+1
2010-05-10i830: Minor cleanupChris Wilson1-3/+5
2010-04-10Review i830_pad_drawable_width()Chris Wilson1-9/+9
2010-03-22Clear drmmode_output->mode_output in drmmode_output_destroy().Matthias Hopf1-0/+1
2010-03-22Initialize flip_count before using itLi Peng1-0/+1
2010-03-08Put back the pitch alignment for new framebuffers.Eric Anholt1-0/+1
2010-03-06Fix build against xserver 1.6 branch.Robert Hooker1-0/+4
2010-03-04Remove remaining fbOffset setting.Eric Anholt1-1/+0
2010-03-04Init CRTC cursors with CRTC setup instead of i830_memory.Eric Anholt1-8/+16
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter1-7/+7
2010-03-04i830_memory: rip out field "offset"Daniel Vetter1-1/+0
2010-02-26Remove dead code: fill_detailed_lvds_blockCarl Worth1-23/+0
2010-02-26kms: Fix LVDS mode list construction.Adam Jackson1-99/+41
2010-02-20Remove dead assignments noticed by clang.Eric Anholt1-4/+1
2010-02-10Disable bo reuse on shadow framebufferJesse Barnes1-0/+2
2010-01-13DRI2: support new DRI2 APIsJesse Barnes1-1/+134
2010-01-08Consolidate determining maximum sizes for use with GEMChris Wilson1-2/+1
2009-11-30uxa: Limit maximum size of tiled objectsChris Wilson1-0/+1
2009-10-13Return failure when the enum-type output property values are not foundZhao Yakui1-0/+1
2009-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen1-0/+15
2009-10-13drmmode: with 1.7 server, set mode major doesn't get gamma setup.Dave Airlie1-0/+5
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-29/+29
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-18/+18
2009-10-05Implement drmmode overlayDaniel Vetter1-0/+9
2009-09-22Add new backlight driver "samsung".Matthias Hopf1-0/+1
2009-09-17Make sure DRM output properties are freed after we're done with them.Keith Packard1-1/+5
2009-09-03Don't set backlight level if going on->on.Matthias Hopf1-1/+2
2009-09-03Use "Backlight" as backlight brightness property.Matthias Hopf1-7/+22
2009-09-03Add get_property support.Matthias Hopf1-4/+32
2009-09-03Don't ignore backlight level change to the same level.Matthias Hopf1-3/+2
2009-08-25KMS: allocate one bo per crtc for cursorKeith Packard1-6/+10
2009-08-25Reload cursors as needed when setting new modes.Keith Packard1-0/+2
2009-08-20kms: Don't use fb offset when using shadow bufferKristian Høgsberg1-1/+4