summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2018-12-12Merge tag 'v4.9.144' into 4.9-2.3.x-imxMarcel Ziswiler
2018-11-10drm/msm: Fix possible null dereference on failure of get_pages()Ben Hutchings
2018-08-24drm: Plumb modifiers through plane initBen Widawsky
2018-04-13drm/msm: Take the mutex before calling msm_gem_new_implJordan Crouse
2018-03-24drm/msm: fix leak in failed get_pagesPrakash Kamliya
2017-11-08drm/msm: fix an integer overflow testDan Carpenter
2017-11-08drm/msm: Fix potential buffer overflow issueKasin Li
2017-08-06drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are setJordan Crouse
2017-08-06drm/msm: Put back the vaddr in submit_reloc()Jordan Crouse
2017-08-06drm/msm: Ensure that the hardware write pointer is validJordan Crouse
2017-06-14drm/msm: Expose our reservation object when exporting a dmabuf.Eric Anholt
2017-04-12drm/msm/adreno: move function declarations to header fileBaoyou Xie
2016-11-04drm/msm: Fix error handling crashes seen when VRAM allocation failsArchit Taneja
2016-11-02drm/msm/mdp5: 8x16 actually has 8 mixer stagesRob Clark
2016-11-02drm/msm/mdp5: no scaling support on RGBn pipes for 8x16Rob Clark
2016-11-02drm/msm/mdp5: handle non-fullscreen base plane caseRob Clark
2016-11-02drm/msm: Set CLK_IGNORE_UNUSED flag for PLL clocksArchit Taneja
2016-11-02drm/msm/dsi: Queue HPD helper work in attach/detach callbacksArchit Taneja
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-08Merge branch 'work.const-qstr' into work.miscAl Viro
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-28Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen
2016-09-21drm/msm: bump kernel api version for explicit fencingRob Clark
2016-09-15drm/msm: submit support for out-fencesRob Clark
2016-09-15drm/msm: move fence allocation out of msm_gpu_submit()Rob Clark
2016-09-15drm/msm: submit support for in-fencesRob Clark
2016-09-15drm/msm: extend the submit ioctl to pass in flagsRob Clark
2016-09-15drm/msm/mdp5: Set rotation property initial value to DRM_ROTATE_0 insted of 0Ville Syrjälä
2016-09-15drm/msm/hdmi: don't print error when adding i2c adapter failsWolfram Sang
2016-09-15drm/msm/mdp4: mark symbols static where possibleBaoyou Xie
2016-09-15drm/msm: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-09-15drm/msm/hdmi: Clean up HDMI gpio DT bindingsArchit Taneja
2016-09-15drm/msm/mdp4: Fix issue with LCDC/LVDS port parsingArchit Taneja
2016-09-12drm/fence: allow fence waiting to be interrupted by userspaceGustavo Padovan
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-08-28drm/msm: protect against faults from copy_from_user() in submit ioctlRob Clark
2016-08-28drm/msm: fix use of copy_from_user() while holding spinlockRob Clark
2016-08-19drm: Allow drivers to modify plane_state in prepare_fb/cleanup_fbChris Wilson
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-08-07gpu: use %pdAl Viro
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-16drm/msm: Delete an unnecessary check before drm_gem_object_unreference()Markus Elfring
2016-07-16drm/msm: Delete unnecessary checks before drm_gem_object_unreference_unlocked()Markus Elfring
2016-07-16drm/msm/hdmi: Delete an unnecessary check before the function call "kfree"Markus Elfring
2016-07-16drm/msm: return -EFAULT instead of bytes remainingDan Carpenter
2016-07-16drm/msm/hdmi: use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun
2016-07-16drm/msm: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-16drm/msm: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart
2016-07-16drm/msm/dsi: Fix return value check in msm_dsi_host_set_display_mode()Wei Yongjun