summaryrefslogtreecommitdiff
path: root/src/intel_display.c
AgeCommit message (Expand)Author
2012-10-25uxa: Drain the DRM event queue before server regenerationChris Wilson
2012-10-20uxa: Fixup drm_intel_bo_disable_reuse() typoChris Wilson
2012-10-20uxa: Disable bo reuse after binding to a scanoutChris Wilson
2012-10-12Fix possible_clones computation for shared encoders between outputsPaulo Zanoni
2012-09-27uxa: Update mode->fb_id after completing pageflipsChris Wilson
2012-09-27uxa: Confirm the pipe is alive before flippingChris Wilson
2012-09-26uxa: Prevent attempting to call intel_mode_fini() before PreInit runsChris Wilson
2012-09-23Silence a couple of potential compiler warningsChris Wilson
2012-09-14Skip adding unknown special modesChris Wilson
2012-09-05uxa: Fix cut'n'paste error in Option "Backlight"Chris Wilson
2012-09-03uxa: Fix Backlight option support.Сковорода Никита Андреевич
2012-09-03intel: add pixmap tracking and scanout support. (v2)Dave Airlie
2012-08-26Add Option "Backlight" to override the probed backlight control interfaceChris Wilson
2012-07-25uxa: Add Apple's gmux to the list of known preferred backlightsChris Wilson
2012-07-15uxa: Remove Shadow hackChris Wilson
2012-07-14Drop some unused includesChris Wilson
2012-07-04uxa: Install the drm_wakeup_handler for vblank events in !use_page_flippingChris Wilson
2012-07-02Add asus-nb-wmi backlight controlTom Hughes
2012-06-14uxa: Force the outputs to off for consistency with xf86DisableUnusedFunctions()Chris Wilson
2012-06-12uxa: do copy fb at startup.Dave Airlie
2012-06-05uxa: Check for DPMS off before scheduling a WAIT_ON_EVENTChris Wilson
2012-06-04uxa: Check for failure from drmModeGetConnector()Chris Wilson
2012-06-04uxa: check for failure to allocate drmModeCrtcChris Wilson
2012-06-02uxa: NameForAtom may return NULLChris Wilson
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov
2012-05-24uxa: Only consider an output valid if the kernel reports it attachedChris Wilson
2012-03-26Avoid duplicated code with intel_output_create_ranged_atomPaulo Zanoni
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson
2011-12-08xf86-video-intel: change order of DPMS operationsSimon Que
2011-12-02uxa: Fix runtime linking of previous commitChris Wilson
2011-11-17glamor: Initial commit to introduce glamor acceleration.Zhigang Gong
2011-11-16Revert "Disable adding normal RTF modes for an eDP"Chris Wilson
2011-11-16sna: Reduce and clarify dependenciesChris Wilson
2011-07-13Disable adding normal RTF modes for an eDPChris Wilson
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson
2011-03-23Handle drawable/client destruction in pending swaps/flipsKeith Packard
2011-03-23dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard
2011-01-31Rename 'intel' backlight to match upstream name in 2.6.38Chris Wilson
2011-01-08Cache the fixed crtc<->pipe relationshipChris Wilson
2010-12-16Fix reporting of pageflip completion events on multi-head.Mario Kleiner
2010-12-05display: Flush any pending batches before changing modes.Chris Wilson
2010-12-03Wait on the current buffer to complete when running synchronously.Chris Wilson
2010-11-17Mark outputs as DPMSModeOn and restore backlight at mode setKeith Packard
2010-11-05Wait for any pending rendering before switching modes.Chris Wilson
2010-10-17display: do not report failure for setting unrecognised propertiesChris Wilson
2010-09-22display: Refactor is_panel()Chris Wilson
2010-09-21Allow interlaced modes.Krzysztof Halasa