aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc_helper.c
Commit message (Expand)AuthorAge
* drm: Don't initialize local ret variable when not neededLaurent Pinchart2012-05-22
* drm: Move drm_format_num_planes() to drm_crtc.cVille Syrjälä2012-04-20
* drm: allow loading an EDID as firmware to override broken monitorCarsten Emde2012-03-20
* drm: Handle drm_object_get() failuresVille Syrjälä2012-03-15
* drm crtc_helper: use list_for_each_entrySascha Hauer2012-02-03
* drm: Add drm_format_num_planes() utility functionVille Syrjälä2011-12-20
* drm: call connector dpms fxn, when setting configRob Clark2011-12-20
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-20
|\
| * drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)Chris Wilson2011-12-02
| * drm: try to restore previous CRTC config if mode set failsJesse Barnes2011-11-11
* | drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-20
* | drm: move the fb bpp/depth helper into the core.Dave Airlie2011-11-29
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-15
|/
* gpu: add moduleparam.h to drivers/gpu/drm/drm_crtc_helper.cPaul Gortmaker2011-10-31
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-10-31
* drm: Add KMS debug printk's for encoder and crtc fixup failureAdam Jackson2011-10-11
* drm: bpp and depth changes require full mode setsJesse Barnes2011-07-07
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-02-04
|\
| * drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson2011-01-31
| * drm: Simplify and defend later checks when disabling a crtcChris Wilson2011-01-31
| * drm: Don't switch fb when disabling an outputChris Wilson2011-01-31
* | drm: Only set DPMS ON when actually configuring a modeKeith Packard2011-02-04
|/
* drm: Restore the old_fb upon modeset failureChris Wilson2011-01-09
* Merge branch 'master' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2011-01-04
|\
| * drm: Include the connector name in the output_poll_execute() debug messageChris Wilson2010-12-21
| * Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie2010-12-20
* | Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson2010-12-16
|\ \ | |/ |/|
| * drm/vblank: Add support for precise vblank timestamping.Mario Kleiner2010-11-21
* | drm: Don't try and disable an encoder that was never enabledChris Wilson2010-12-07
* | drm: record monitor status in output_poll_executeKeith Packard2010-11-29
* | drm: Set connector DPMS status to ON in drm_crtc_helper_set_configKeith Packard2010-11-29
|/
* drivers/gpu/drm: Update WARN usesJoe Perches2010-11-08
* drm: Use a nondestructive mode for output detect when polling (v2)Chris Wilson2010-09-14
* drm: Use a nondestructive mode for output detect when pollingChris Wilson2010-09-13
* drm: Only decouple the old_fb from the crtc is we call mode_set*Chris Wilson2010-09-13
* drm: Fix regression in disable polling e58f637Chris Wilson2010-09-13
* drm: Do not force 1024x768 modes on unknown connectorsChris Wilson2010-09-06
* drm/kms: Add a module parameter to disable pollingChris Wilson2010-09-06
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-12
|\
| * drm: Only set DPMS once on the CRTC not after every encoder.Chris Wilson2010-08-09
* | drm: fix fallouts from slow-work -> wq conversionTejun Heo2010-08-09
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-07
|\ \ | |/ |/|
| * drm: use workqueue instead of slow-workTejun Heo2010-07-22
* | drm: unify crtc,connector,encoder,fb debug printingJerome Glisse2010-07-15
* | drm: disable encoder rather than dpms off in drm_crtc_prepare_encoders()Ben Skeggs2010-07-12
* | drm/kms: add crtc disable functionAlex Deucher2010-07-07
|/
* drm/kms: disable/enable poll around switcheroo on/offDave Airlie2010-05-31
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-18
* drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-06
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-06