summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-24[fbdev] rewirting of code for new libtdm. Add opening of a file for buffer ma...sandbox/srk/libtdm-fbdevRoman Peresipkyn3-104/+64
2016-02-10[fbdev] add fake event handling. add and rework DPMS functionalityRoman Peresipkyn3-20/+124
2016-02-08[fbdev] Add temp drm code for testing through novice tests. Fix fb_data alloc...Roman Peresipkyn2-15/+96
2016-02-04add implementation of fbdev's output callbacks except vblank related onesRoman Peresipkyn3-80/+241
2016-02-03add implementation of fbdev's layer callbacksRoman Peresipkyn3-7/+273
2016-02-03add basic implemenation of layers and add get_outputs and output_get_capabili...Roman Peresipkyn2-21/+186
2016-02-02change fb size to appropriate oneRoman Peresipkyn1-2/+2
2016-02-01add implemenation of fbedv's display callbacksRoman Peresipkyn3-18/+163
2016-01-29add initialization of framebuffer deviceRoman Peresipkyn2-6/+272
2016-01-29base implementation of tdm-fbdev backendRoman Peresipkyn8-2053/+285
2016-01-22checking drm version to avoid build-breaksubmit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20160219.083441submit/tizen_common/20160218.142243submit/tizen/20160122.100401accepted/tizen/wearable/20160125.011602accepted/tizen/tv/20160125.011558accepted/tizen/mobile/20160125.011554accepted/tizen/ivi/20160218.024325accepted/tizen/common/20160223.110206Boram Park1-0/+2
2016-01-19change primary layer pageflip event type(DRM_EVENT_VBLANK -> DRM_EVENT_FLIP_C...Junkyeong Kim1-6/+66
2015-12-23fix svace issuesubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen/20151223.105820accepted/tizen/wearable/20151224.001431accepted/tizen/tv/20151224.001402accepted/tizen/mobile/20151224.001349Boram Park1-7/+8
2015-12-23add comment about tdm_helper_drm_fdBoram Park2-0/+10
2015-12-22set NULL to layer_set_video_pos field of tdm_func_displaysubmit/tizen_wearable/20151222.055555submit/tizen_tv/20151222.055555submit/tizen_mobile/20151222.055555accepted/tizen/wearable/20151222.225835accepted/tizen/tv/20151222.225726accepted/tizen/mobile/20151222.225503Boram Park1-0/+1
2015-12-22change buffer type from tdm_buffer to tbm_surfaceBoram Park2-13/+11
2015-12-22change parameter type of layer_set_modeBoram Park2-3/+3
2015-12-21init libtdm-drm backendsubmit/tizen/20151221.124351accepted/tizen/wearable/20151221.224526accepted/tizen/tv/20151221.224513accepted/tizen/mobile/20151221.224452Junkyeong Kim5-0/+1986