summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Gracefully handle failure to allocate bypass buffersHEADmasterDaniel Stone1-57/+92
2012-01-13set crtc pointer in plane structure so colorkey can be disabled at plane disableDerek Foreman1-0/+2
2012-01-13apparently bypassing the scaler causes problems with cropped video?Derek Foreman1-1/+4
2012-01-13More clear early returnsDaniel Stone1-14/+17
2012-01-13Attempt to use the best possible scaler setupDaniel Stone1-9/+64
2012-01-13NULL out fvid2 handles after deleting themDaniel Stone1-0/+3
2012-01-13error out if trying to submit video frames while the display is off, so users...Derek Foreman1-1/+1
2012-01-13make the CRTC dpms function do the screen disable/enableDerek Foreman5-118/+60
2012-01-13respect vram= command line parameterDerek Foreman2-13/+5
2012-01-13let drm fds support O_NONBLOCKDerek Foreman1-0/+3
2012-01-13Respect padding in rotatorDerek Foreman1-2/+9
2012-01-13Ensure struct_mutex is held around GEM object unrefDaniel Stone1-3/+3
2012-01-13Un-open-code ti81xx_obj_get_addressDaniel Stone2-12/+5
2012-01-13Cosmetic cleanupsDaniel Stone2-7/+5
2012-01-13Fix missing mutex unlock in error pathIan Molton1-1/+2
2012-01-13Don't send events to vanished clientsDaniel Stone2-2/+18
2012-01-13Fix leakDaniel Stone1-0/+1
2012-01-13checkpoint! (outrun voice)Daniel Stone8-188/+576
2012-01-13DRM: TI81xx: Dequeue all processed framesDaniel Stone1-39/+44
2012-01-13DRM: Allow unlocked getres/getfbDaniel Stone1-3/+3
2012-01-13DRM: TI81xx: Add support for wrapping a DRM framebufferDaniel Stone2-8/+66
2012-01-13DRM: TI81xx: Clean up wrap_ioctl and get_user_pages wrapperDaniel Stone1-53/+37
2012-01-13Add offsets to gem objects for gemxvimagesinkDerek Foreman4-4/+17
2012-01-13fix m2m crop crashDerek Foreman1-4/+13
2012-01-13Cosmetically correct edma slot allocation (should be functionally identical)Derek Foreman1-1/+1
2012-01-13DRM: TI81xx: Fix compilation warnings, remove printksDaniel Stone3-57/+26
2012-01-13Odd crop values cause chroma corruptionDerek Foreman1-2/+2
2012-01-13EDMA rotation for NV12Derek Foreman1-26/+53
2012-01-13respect pixel formatDerek Foreman1-1/+0
2012-01-13implement edma based solid fillsDerek Foreman4-16/+46
2012-01-13Allow gem buffer allocations to specify whether write combining is appropriat...Derek Foreman4-2/+15
2012-01-13Fixups for GEM videoDaniel Stone3-26/+45
2012-01-13EDMA: Be less verboseDaniel Stone1-2/+2
2012-01-13Allow non-master connections to create GEM buffersDaniel Stone1-3/+3
2012-01-13Add non-master connections to use addfb/addfb2Daniel Stone1-3/+3
2012-01-13Add buffer ready event for plane updateDaniel Stone3-17/+111
2012-01-13Video: Misc cleanupsDaniel Stone1-23/+38
2012-01-13Pass file_priv to update_plane functionDaniel Stone2-2/+3
2012-01-13Better debugging for wrap ioctlDaniel Stone1-1/+4
2012-01-13Allow anyone to add a DRM FBDaniel Stone1-2/+2
2012-01-13some bug fixes, block for edma completionsDerek Foreman1-20/+16
2012-01-13I think these guys worked on that file too...Derek Foreman1-0/+2
2012-01-13invert child/parent relationship so many children can pull from the same pare...Derek Foreman2-10/+10
2012-01-13printk should be DRM_ERROR in this contextDerek Foreman1-1/+1
2012-01-13Add EDMA rotation engineDerek Foreman6-8/+347
2012-01-13add a helper function to get the phy address of our gem objectsDerek Foreman2-0/+13
2012-01-13frame buffer pitch constraints were a little over zealous.Derek Foreman1-1/+1
2012-01-13add myself to the author listDerek Foreman1-0/+1
2012-01-13SQUASH ME remove silly extra includeDerek Foreman1-1/+0
2012-01-13VPSS: read EDID from I2C if failed from external encoderBin Liu1-1/+86