summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-18drm: gma500: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart1-11/+9
2016-10-18drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2-5/+5
2016-10-18drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2-13/+12
2016-10-18drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-3/+2
2016-10-18drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart3-9/+26
2016-10-18drm: Use drm_format_info() in DRM core codeLaurent Pinchart2-100/+25
2016-10-18drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart1-149/+37
2016-10-18drm: Centralize format informationLaurent Pinchart3-0/+108
2016-10-18drm: avoid uninitialized timestamp use in wait_vblankArnd Bergmann1-1/+3
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso8-3/+555
2016-10-17drm/fb-helper: reject any changes to the fbdevStefan Agner1-5/+8
2016-10-17drm/edid: Use block local to refer to the blockChris Wilson1-7/+5
2016-10-17drm/edid: Rename local variable block to edidChris Wilson1-19/+19
2016-10-17drm: Add and handle new aspect ratios in DRM layerShashank Sharma2-0/+18
2016-10-17video: Add new aspect ratios for HDMI 2.0Shashank Sharma2-0/+6
2016-10-17drm: Add aspect ratio parsing in DRM layerShashank Sharma1-0/+31
2016-10-17drm: add picture aspect ratio flagsShashank Sharma1-5/+13
2016-10-17drivers/gpu/vga: allocate vga_arb_write() buffer on stackDmitry Vyukov1-11/+4
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson18-131/+102
2016-10-17drm/crtc: constify drm_crtc_mask parameterMaarten Lankhorst2-2/+2
2016-10-17drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey3-5/+20
2016-10-13drm/savage: dereferencing an error pointerDan Carpenter1-0/+1
2016-10-13drm/gma500: add comments for new parametersJiang Biao1-0/+2
2016-10-13drm/gma500: remove useless commentJiang Biao1-1/+0
2016-10-13gpu: drm: gma500: Use vma_pages()Shyam Saini1-1/+1
2016-10-12dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson1-20/+10
2016-10-12dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson1-6/+5
2016-10-12dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson1-40/+31
2016-10-12dma-buf: Introduce fence_get_rcu_safe()Chris Wilson1-5/+51
2016-10-12drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-10-12drm/nouveau: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-12/+9
2016-10-12drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...Chris Wilson1-14/+10
2016-10-12drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson1-4/+2
2016-10-10drm/crtc: constify drm_crtc_index parameterJani Nikula1-1/+1
2016-10-10drm: use the right function name in documentationGrazvydas Ignotas1-2/+2
2016-10-10drm: Release resources with a safer functionChristophe JAILLET1-4/+4
2016-10-10drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson1-1/+2
2016-10-10drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut3-22/+3
2016-10-10drm/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPSStefan Christ1-1/+1
2016-10-10drm/bridge: Add RGB to VGA bridge supportMaxime Ripard4-0/+279
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson6-5/+37
2016-10-05drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson2-8/+12
2016-10-05drm/bridge: Call drm_connector_cleanup directlyMarek Vasut3-18/+3
2016-10-05drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut2-0/+46
2016-10-05drm: Release resources with a safer functionChristophe JAILLET1-2/+2
2016-10-04drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support itTomeu Vizoso1-0/+3
2016-10-04drm/bridge: analogix_dp: Add analogix_dp_psr_supportedTomeu Vizoso2-0/+9
2016-10-04drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-0/+13
2016-10-04drm: Document caveats around atomic event handlingDaniel Vetter2-15/+73
2016-10-04uapi: add missing install of sync_file.hEmilio López1-0/+1