Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-27 | remove the pthread-stub dependencysubmit/tizen/20160627.072623accepted/tizen/wearable/20160629.020052accepted/tizen/tv/20160629.020045accepted/tizen/mobile/20160629.020055accepted/tizen/ivi/20160629.020036accepted/tizen/common/20160701.100325 | SooChan Lim | 10 | -21/+7 | |
Change-Id: I9253557242bb43ec49e4f45eed5d21269bbbb3ac | |||||
2016-06-13 | COPYING: replace x86free project to proper MIT license copying | Seung-Woo Kim | 1 | -6/+6 | |
In the COPYING file, x86free project is not proper MIT license, so this patch replaces it as proper MIT license copying. Change-Id: Ib498509c698d4584a6ec208c198b42ffb8308445 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com> | |||||
2016-01-21 | sprd: add a checking hw overlay settingsubmit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20160125.010454accepted/tizen/wearable/20160125.070204accepted/tizen/tv/20160125.070125accepted/tizen/mobile/20160125.070059accepted/tizen/ivi/20160218.025312 | Roman Marchenko | 1 | -1/+6 | |
Need to set overlay again if hw overlay setting was changed. Change-Id: I983622a8c7f53387bcb255ce89144ede967f26d8 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2016-01-21 | sprd: reset activated_layer when DPMS offsubmit/tizen/20160121.052839accepted/tizen/wearable/20160122.033926accepted/tizen/tv/20160122.033905accepted/tizen/mobile/20160122.033901 | Boram Park | 1 | -0/+1 | |
Need to set overlay again when DPMS on Change-Id: I906b647455a12e8943999ecfc17450f3b9e1d1be | |||||
2016-01-21 | sprd: remove set_overlay overhead. | Boram Park | 1 | -5/+8 | |
Calling set_overlay overhead makes the black blinking of UI layer. Change-Id: I386e8a2bac71a0aea7c746acf5aa3c5ef31d5b73 | |||||
2015-12-30 | [SPRD] Add a calling of a user handler from sprd_drmsubmit/tizen/20160104.053450accepted/tizen/wearable/20160104.224259accepted/tizen/tv/20160104.224241accepted/tizen/mobile/20160104.224223 | Roman Marchenko | 3 | -12/+23 | |
Change-Id: I56e0128932a77940d8522caffca7225bd20785d7 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-16 | sprd_drm: turn off the SPRD_DEBUG_MSGsubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151216.074016accepted/tizen/wearable/20151217.021424accepted/tizen/tv/20151217.021313accepted/tizen/mobile/20151217.021411 | SooChan Lim | 1 | -6/+6 | |
Change-Id: Ibe883b2e4698b88002c17c30127de6efa3f1cb7c | |||||
2015-12-16 | Merge branch 'sprd_drm' into tizen | SooChan Lim | 1 | -18/+92 | |
Conflicts: sprd/sprd_drm.c Change-Id: I26a7768551de241ca66f166a1f6ed8f4faaea793 | |||||
2015-12-11 | [SPRD] Add primary layer type | Andrii Sokolenko | 1 | -6/+5 | |
Change-Id: Icd1588f75c876603100506b171162b154b92b3f8 Signed-off-by: Andrii Sokolenko <a.sokolenko@samsung.com> | |||||
2015-12-10 | [SPRD] Add "type" property for planes | Roman Marchenko | 1 | -13/+87 | |
Change-Id: If553a6c1721539e4b11a19e6c36d1ff5f47edde1 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-07 | check if user_handler_list inited | Boram Park | 1 | -1/+3 | |
Change-Id: I95abd7e8cc8d0485a7cc06dca54bfa46775eb8aa | |||||
2015-12-07 | [SPRD] Fixes bugs related to drm list, resource id getting and creating of a ↵submit/tizen/20151207.121833accepted/tizen/wearable/20151208.123745accepted/tizen/tv/20151208.123727accepted/tizen/mobile/20151208.123710 | Roman Marchenko | 1 | -34/+96 | |
framebuffer. - using a resource id whith has been deletetd - using DRMLISTADD instead DRMLISTADDTAIL - check number of planes for frame buffer by pixel_format Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> Change-Id: Ic42ef7831bb62556d47f789ec88b19693c1e35b4 | |||||
2015-12-04 | [SPRD] Fixes bugs related to drm list, resource id getting and creating of a ↵ | Roman Marchenko | 1 | -34/+96 | |
framebuffer. - using a resource id whith has been deletetd - using DRMLISTADD instead DRMLISTADDTAIL - check number of planes for frame buffer by pixel_format Change-Id: Ic42ef7831bb62556d47f789ec88b19693c1e35b4 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-03 | [SPRD] Remove of pitch alignmentsubmit/tizen/20151203.072946accepted/tizen/wearable/20151203.230745accepted/tizen/tv/20151203.230726accepted/tizen/mobile/20151203.230709 | Roman Marchenko | 1 | -1/+1 | |
Change-Id: I3c9af5eeb14d9b88219306f804065a499fcc2a68 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-03 | [SPRD] Clears hooks and clears list of sprd devices | Roman Marchenko | 1 | -0/+10 | |
Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> Change-Id: I0311c80ec0f3d4660ddfd642294eb46ebcd36a1f | |||||
2015-12-02 | check if user_handler_list inited | Boram Park | 1 | -1/+3 | |
Change-Id: I95abd7e8cc8d0485a7cc06dca54bfa46775eb8aa | |||||
2015-12-02 | revert check the fd at set_crtc | SooChan Lim | 1 | -3/+0 | |
Change-Id: Ia7b6b849a5a1e650956522b2186e11fe45272797 | |||||
2015-12-02 | [SPRD] Remove of pitch alignment | Roman Marchenko | 1 | -1/+1 | |
Change-Id: I3c9af5eeb14d9b88219306f804065a499fcc2a68 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-02 | [SPRD] Clears hooks and clears list of sprd devices | Roman Marchenko | 1 | -0/+8 | |
Change-Id: I0311c80ec0f3d4660ddfd642294eb46ebcd36a1f Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-02 | Merge "[SPRD] error check and delete list" into sprd_drm | Boram Park | 1 | -0/+5 | |
2015-12-02 | [SPRD] Fix inverse behavior of DPMS property settingsubmit/tizen/20151202.030640accepted/tizen/wearable/20151202.230038accepted/tizen/tv/20151202.230019accepted/tizen/mobile/20151202.230004 | Roman Marchenko | 1 | -1/+1 | |
Change-Id: I832a6ec5f76d4f8a0b94a616ac840d3d7f379f5b Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-12-01 | [SPRD] Fix inverse behavior of DPMS property setting | Roman Marchenko | 1 | -1/+1 | |
Change-Id: I832a6ec5f76d4f8a0b94a616ac840d3d7f379f5b Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-26 | [SPRD] error check and delete list | SooChan Lim | 1 | -0/+5 | |
Change-Id: I8452c7f445277f8c309333263bb57c25d1cac60c | |||||
2015-11-26 | sync with tizen branch | SooChan Lim | 3 | -2/+79 | |
Change-Id: I501e0028fc7b7a137c170e0f7fa87c36c10acfb9 | |||||
2015-11-24 | support drm_user_handler to handle vendor eventssubmit/tizen/20151124.055555accepted/tizen/wearable/20151124.233843accepted/tizen/tv/20151124.233827accepted/tizen/mobile/20151124.233814 | Boram Park | 2 | -0/+78 | |
Change-Id: I23149a08d9f9f66f9929d95dcfe6a96c1c897404 | |||||
2015-11-24 | [SPRD] Build libdrm_sprd only tm1submit/tizen_mobile/20151124.075947 | Changyeon Lee | 2 | -3/+25 | |
Change-Id: Icbd4e47fa3467d0ff8314f6afa72ff7d9aad0454 | |||||
2015-11-24 | [SPRD] add feature HAVE_SPRD | SooChan Lim | 4 | -1/+16 | |
Change-Id: I43add1f488177e926da8e50d47bae912e9e3137c | |||||
2015-11-24 | Build libdrm_sprd only tm1 | Changyeon Lee | 2 | -3/+25 | |
Change-Id: Icbd4e47fa3467d0ff8314f6afa72ff7d9aad0454 | |||||
2015-11-23 | [SPRD] use SPRD_KERNEL_HEADERS | SooChan Lim | 3 | -143/+3 | |
Change-Id: Ibd53bba097ffd157a98f772ddd53a2ae86994923 | |||||
2015-11-23 | [SPRD] add temp code for TM1 booting | Junkyeong Kim | 1 | -1/+1 | |
Change-Id: Icdd00485114800b2869f0573be2c8c7367a7063b | |||||
2015-11-23 | [SPRD] add libdrm_sprd.so.* to package | SooChan Lim | 1 | -1/+1 | |
Change-Id: I41b3a990c27cb58cc9044e5b2a7f7e559adfe2f3 | |||||
2015-11-23 | [SPRD] Add DPMS property | Roman Marchenko | 1 | -93/+138 | |
Change-Id: I7a8076307337c2ad7ab04dc985869048a0c7f85d Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] Support of a changed signature of SPRD_FB_SET_OVERLAY. | Roman Marchenko | 2 | -26/+172 | |
The structure which is sent with SPRD_FB_SET_OVERLAY was refactored. The size of overlay was added to it. Horizont size must be aligned with 128 byte. Change-Id: I84077a7718b351f9e9052bdffb09bc9e41922465 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] Add WaitVBlank() and drmModePageFlip() | Roman Marchenko | 1 | -27/+170 | |
Change-Id: Id579e67a1dfdb1fecf4a6c9f5e0b5c0abe8b9f1d Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] Add hook for drmHandleEvent() | Roman Marchenko | 2 | -0/+15 | |
Change-Id: I024b506faf84b95046d518c40f5d0b755bd60683 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] Add processing drmModeSetPlane(), add property for Plane | Roman Marchenko | 1 | -176/+574 | |
Change-Id: I4873eef7ffb1a48f7e20e6b2df6196b944aaf1b5 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] Add processing drmModeSetCrtc() | Roman Marchenko | 2 | -17/+281 | |
Conflicts: packaging/libdrm.spec Change-Id: Ibb01aef70115566c9bebb73d5904ffe38fe7ee9d Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] add supporting sprd to "modeprint" | Roman Marchenko | 2 | -1/+7 | |
Change-Id: I2c2b5e287353d3be004426c4e42b343db24beff4 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] Add processing framebuffer | Roman Marchenko | 1 | -4/+194 | |
- DRM_IOCTL_MODE_GETFB - DRM_IOCTL_MODE_ADDFB - DRM_IOCTL_MODE_ADDFB2 - DRM_IOCTL_MODE_RMFB Change-Id: I54c6c45cc434d01c57e5d59c6fda3754999a2352 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-23 | [SPRD] add sprd drm (only read resources) | Roman Marchenko | 9 | -3/+939 | |
Conflicts: Makefile.am configure.ac libdrm.pc.in packaging/libdrm.spec Change-Id: I25d364659a619f903c6e3f5753ef21b6c29ffabe Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-24 | [SPRD] add feature HAVE_SPRD | SooChan Lim | 4 | -0/+16 | |
Change-Id: I43add1f488177e926da8e50d47bae912e9e3137c | |||||
2015-11-24 | [SPRD] Add drmIotclHook | Sangjin Lee | 2 | -2/+17 | |
Change-Id: I562fc0004fe16cc2e49014a5c5fcc5331c8449e0 | |||||
2015-11-23 | [SPRD] use SPRD_KERNEL_HEADERS | SooChan Lim | 3 | -143/+3 | |
Change-Id: I5016c6b337ddbd2c0d26a7ed1b8d14f26224cf47 | |||||
2015-11-20 | [SPRD] add temp code for TM1 booting | Junkyeong Kim | 1 | -1/+1 | |
Change-Id: Icdd00485114800b2869f0573be2c8c7367a7063b Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com> | |||||
2015-11-17 | [SPRD] add libdrm_sprd.so.* to package | SooChan Lim | 1 | -1/+1 | |
Change-Id: I41b3a990c27cb58cc9044e5b2a7f7e559adfe2f3 | |||||
2015-11-17 | [SPRD] Add DPMS property | Roman Marchenko | 1 | -93/+138 | |
Change-Id: I7a8076307337c2ad7ab04dc985869048a0c7f85d Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-17 | [SPRD] Support of a changed signature of SPRD_FB_SET_OVERLAY. | Roman Marchenko | 2 | -26/+172 | |
The structure which is sent with SPRD_FB_SET_OVERLAY was refactored. The size of overlay was added to it. Horizont size must be aligned with 128 byte. Change-Id: I84077a7718b351f9e9052bdffb09bc9e41922465 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-17 | [SPRD] Add WaitVBlank() and drmModePageFlip() | Roman Marchenko | 1 | -27/+170 | |
Change-Id: Id579e67a1dfdb1fecf4a6c9f5e0b5c0abe8b9f1d Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-17 | [SPRD] Add hook for drmHandleEvent() | Roman Marchenko | 2 | -0/+15 | |
Change-Id: I024b506faf84b95046d518c40f5d0b755bd60683 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> | |||||
2015-11-17 | [SPRD] Add processing drmModeSetPlane(), add property for Plane | Roman Marchenko | 1 | -176/+574 | |
Change-Id: I4873eef7ffb1a48f7e20e6b2df6196b944aaf1b5 Signed-off-by: Roman Marchenko <r.marchenko@samsung.com> |