Bug 25373

Summary: The dimension of an XvImage is limited to 2048 x 2048 even if an adaptor supports larger image.
Product: xorg Reporter: Kusanagi Kouichi <slash>
Component: Driver/RadeonAssignee: xf86-video-ati maintainers <xorg-driver-ati>
Status: RESOLVED FIXED QA Contact: Xorg Project Team <xorg-team>
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Lift hardcoded limit from RADEONQueryImageAttributes. none

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.