[Intel-gfx] [PATCH 1/6] drm/i915: Simplify return value from intel_get_load_detect_pipe
Keith Packard
keithp at keithp.com
Wed Apr 20 20:10:09 CEST 2011
On Wed, 20 Apr 2011 10:22:17 +0100, Chris Wilson <chris at chris-wilson.co.uk> wrote:
> +
> + if (!drm_crtc_helper_set_mode(crtc, mode, 0, 0, crtc->fb)) {
> + DRM_DEBUG_KMS("failed to set mode on load-detect pipe\n");
> + return false;
> + }
This seems like a bug-fix, separate from the API change.
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20110420/0035c54e/attachment.sig>
More information about the Intel-gfx
mailing list