summaryrefslogtreecommitdiff
path: root/libdrm
#!/bin/sh # # Test RPF unpacking in RGB mode. Use a RPF -> WPF pipeline with a fixed ARGB32 # format on the output and feed frames to the VSP in all RGB formats supported # by the RPF. # source vsp-lib.sh features="rpf.0 wpf.0" formats="RGB332 ARGB555 XRGB555 RGB565 BGR24 RGB24 ABGR32 ARGB32 XBGR32 XRGB32" test_rpf_unpacking() { test_start "RPF unpacking in $format" pipe_configure rpf-wpf 0 0 format_configure rpf-wpf 0 0 $format 1024x768 ARGB32 vsp_runner rpf.0 & vsp_runner wpf.0 local result=$(compare_frames) test_complete $result } test_main() { local format for format in $formats ; do test_rpf_unpacking $format done } test_init $0 "$features" test_run
AgeCommit message (Expand)Author
2008-03-17drm: add master set/drop protocolDave Airlie
2008-03-07drm: fixup for new sysfs APIDave Airlie
2008-03-05libdrm: fix warnings in mode codeDave Airlie
2008-03-05Merge remote branch 'origin/master' into modesetting-101Dave Airlie
2008-03-05remove unused functions + include header fileDave Airlie
2008-03-04Don't shortcut the info syscall for drmBOBusy on nonshareable objects.Eric Anholt
2008-02-29
Bornecrantz 2008-01-25Merge remote branch 'origin/master' into modesetting-101Dave Airlie 2008-01-09add control node openDave Airlie 2008-01-09add internals for opening a control nodeDave Airlie 2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard 2007-12-18remove output namesDave Airlie 2007-12-11modesetting: fixup property setting and add connector propertyDave Airlie 2007-12-11modesetting: add dpms property and initial settable property ioctlDave Airlie 2007-12-06add property blobs and edid reporting supportDave Airlie 2007-12-05more WIP on blobs..Dave Airlie 2007-12-05arrgggh.. make all ioctl structs 32/64-bit compatible hopefully.Dave Airlie 2007-12-03mode: copy back the mode if is valid correctlyDave Airlie 2007-12-03finish of mode add/remove, just have attach/detach modesDave Airlie 2007-12-03modesetting API change for removing mode ids and making modes per output.Dave Airlie 2007-11-27drm/modesetting: add initial gettable properites code.Dave Airlie 2007-11-15libdrm: return crtc id to userspaceDave Airlie 2007-11-15libdrm: add crtc/output ids to userspace interfaceDave Airlie 2007-11-05Merge branch 'master' into modesetting-101Thomas Hellstrom 2007-11-05Pass pointer to drmModeRmMode.Alan Hourihane 2007-11-05pass pointer for drmModeRmFBAlan Hourihane 2007-11-05Fill fence sequence after emit ioctl.Ben Skeggs 2007-11-02Merge branch 'master' into modesetting-101Thomas Hellstrom 2007-11-02User buffer support.Thomas Hellstrom 2007-11-02Return fence errors.Thomas Hellstrom 2007-10-26Merge branch 'master' into modesetting-101Thomas Hellstrom 2007-10-26Minor libdrm fixes.Thomas Hellstrom 2007-10-25Merge branch 'master' into modesetting-101Thomas Hellstrom 2007-10-25Tighten permissions on some buffer manager ioctls.Thomas Hellstrom 2007-10-25Buffer manager:Thomas Hellstrom 2007-10-22Setstatus header.Thomas Hellstrom 2007-10-21Get the lock flags right in libdrm.Thomas Hellstrom 2007-10-21Remove the need for the hardware lock in the buffer manager.Thomas Hellstrom 2007-10-20Simple replacement for hardware lock in some cases.Thomas Hellstrom 2007-10-19No fence_class argument on drmBOSetStatus since it's notThomas Hellstrom 2007-10-17Remove the op ioctl, and replace it with a setuser ioctl.Thomas Hellstrom 2007-10-17Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...Thomas Hellstrom