summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-02drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou
2015-09-02drm/amdgpu: fix amdgpu_bo_unreserve order in GEM_OP IOCTL v2Christian König
2015-09-02drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...Christian König
2015-09-02Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller
2015-09-02drm/amdgpu: re-work sync_resvChunming Zhou
2015-09-02drm/amdgpu/atom: Send out the full AUX addressAlex Deucher
2015-09-02drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim
2015-09-02drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim
2015-09-02drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim
2015-09-02drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim
2015-09-02drm/exynos: cleanup to get gem object for fbJoonyoung Shim
2015-09-02drm/exynos: update fb_info via only one functionJoonyoung Shim
2015-09-02drm/exynos: cleanup exynos_drm_fbdev_update()Joonyoung Shim
2015-09-02drm/exynos: s/exynos_gem_obj/obj in exynos_drm_fbdev.cJoonyoung Shim
2015-09-02drm/exynos: remove exynos_drm_fb_set_buf_cnt()Joonyoung Shim
2015-09-02drm/exynos: remove superfluous checks in g2d_check_reg_offset()Tobias Jakobi
2015-09-02drm/exynos: fix size check in g2d_check_buf_desc_is_valid()Tobias Jakobi
2015-09-01i915: Set ddi_pll_sel in DP MST pathAnder Conselvan de Oliveira
2015-09-01drm/i915: Don't use link_bw for PLL setupVille Syrjälä
2015-09-01drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom
2015-09-01drm/i915: Preserve SSC earlierLukas Wunner
2015-08-31drm/i915/skl: Adding DDI_E power well domainXiong Zhang
2015-08-31drm/radeon/native: Send out the full AUX addressAlex Deucher
2015-08-31drm/radeon/atom: Send out the full AUX addressVille Syrjälä
2015-08-31drm/i915: eDP can be present on DDI-ERodrigo Vivi
2015-08-31drm/i915/skl: Enable DDI-ERodrigo Vivi
2015-08-31drm/i915: Enable HDMI on DDI-EXiong Zhang
2015-08-31drm/i915: apply the PCI_D0/D3 hibernation workaround everywhere on pre GEN6Imre Deak
2015-08-31drm/i915: Check DP link status on long hpd tooVille Syrjälä
2015-08-31Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-08-31Merge tag 'drm-intel-next-fixes-2015-08-28' of git://anongit.freedesktop.org/...Dave Airlie
2015-08-31Merge tag 'drm-amdkfd-next-fixes-2015-08-30' of git://people.freedesktop.org/...Dave Airlie
2015-08-31drm/exynos: fix build warning to exynos_drm_gem.cInki Dae
2015-08-31drm/exynos: Properly report supported formats for each deviceMarek Szyprowski
2015-08-31drm/exynos: add render node supportJoonyoung Shim
2015-08-31drm/exynos: implement atomic_{begin/flush} of DECONHyungwon Hwang
2015-08-31drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan
2015-08-31drm/exynos: Enable atomic modesetting featureGustavo Padovan
2015-08-31drm/exynos: remove wait queue for pending page flipGustavo Padovan
2015-08-31drm/exynos: wait all planes updates to finishGustavo Padovan
2015-08-31drm/exynos: add atomic asynchronous commitGustavo Padovan
2015-08-31drm/exynos: fimd: only finish update if START == START_SGustavo Padovan
2015-08-31drm/exynos: add macro to get the address of START_S regGustavo Padovan
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan
2015-08-31drm/exynos: fimd: move window protect code to prepare/cleanup_planeGustavo Padovan
2015-08-31drm/exynos: add prepare and cleanup phases for planesGustavo Padovan
2015-08-31drm/exynos: fimd: unify call to exynos_drm_crtc_finish_pageflip()Gustavo Padovan
2015-08-31drm/exynos: don't track enabled state at exynos_crtcGustavo Padovan
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig
2015-08-28drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou