summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-27add support for YUV formatsHEADmasterChia-I Wu5-14/+62
2011-09-08remove an unnecessary includeChia-I Wu1-1/+0
2011-09-08log connector infoChia-I Wu1-0/+22
2011-08-29remove outdated BOARD_USES_*Chia-I Wu1-26/+1
2011-08-29remove first drm_kms_wait_for_post callChia-I Wu1-1/+0
2011-08-29fix build errorsChia-I Wu3-3/+3
2011-08-24vmwgfx: assorted fixesChia-I Wu4-6/+24
2011-08-24update pci_idsChia-I Wu3-0/+10
2011-08-10radeon: use a table to detect chip familyChia-I Wu3-19/+622
2011-08-03drop the 'c' suffix from i915c/i965cChia-I Wu1-3/+3
2011-07-31revise gralloc_drm bo interfaceChia-I Wu3-78/+81
2011-07-31add more functions to gralloc_drm kms interfaceChia-I Wu2-12/+50
2011-07-30add support for debug.drm.modeChia-I Wu5-18/+101
2011-07-30protect against NULL handleChia-I Wu2-5/+8
2011-07-30make sure the driver is initialized before registeringChia-I Wu1-0/+10
2011-07-30allow FB to be mappedChia-I Wu1-2/+5
2011-07-29map a bo only when it is locked for CPU accessChia-I Wu4-13/+51
2011-07-29close bo on unregister()Chia-I Wu3-19/+49
2011-07-22android: use BOARD_GPU_DRIVERSChia-I Wu1-22/+66
2011-07-18radeon: zero the newly allocated boChia-I Wu1-0/+13
2011-07-18radeon: refactor bo allocationChia-I Wu1-50/+58
2011-07-18radeon: verbose debug messages on errorsChia-I Wu1-6/+16
2011-07-18improve bo validation a little bitChia-I Wu1-1/+4
2011-07-18radeon: enable tilingChia-I Wu1-10/+19
2011-07-15radeon: detect chip familyChia-I Wu1-115/+247
2011-07-11support other drivers in pipeChia-I Wu10-16/+810
2011-07-11let drivers decide the fb formatChia-I Wu6-11/+10
2011-06-13add (untested) copy support to pipeChia-I Wu1-0/+54
2011-06-13add (untested) pipe supportChia-I Wu4-5/+379
2011-06-13add nouveau supportChia-I Wu4-0/+387
2011-06-12initial commitChia-I Wu10-0/+2629