Bug 25373 - The dimension of an XvImage is limited to 2048 x 2048 even if an adaptor supports larger image.
Summary: The dimension of an XvImage is limited to 2048 x 2048 even if an adaptor supp...
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 03:02 UTC by Kusanagi Kouichi
Modified: 2009-12-01 22:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Lift hardcoded limit from RADEONQueryImageAttributes. (1.59 KB, patch)
2009-12-01 03:02 UTC, Kusanagi Kouichi
no flags Details | Splinter Review

Description Kusanagi Kouichi 2009-12-01 03:02:41 UTC
Created attachment 31620 [details] [review]
Lift hardcoded limit from RADEONQueryImageAttributes.

The dimension of an XvImage is limited to 2048 x 2048 even if an adaptor supports larger image.
XvCreateImage and XvShmCreateImage lower the width or height of an image. XvPutImage and XvShmPutImage return BadValue.
The cause is that 2048 is hardcoded in RADEONQueryImageAttributes.
Comment 1 Alex Deucher 2009-12-01 22:40:04 UTC
pushed: f03450796d2e9247a1228c4e2abb1dfad7aecddf

thanks,


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.