summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: Add support for optional per-plane rotation propertyVille Syrjälä2016-10-215-3/+49
* drm/atomic: Reject attempts to use multiple rotation angles at onceVille Syrjälä2016-10-211-0/+2
* drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-2110-33/+28
* dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan2016-10-211-1/+1
* drm/virtio: kconfig: Fixup white space.Peter Griffin2016-10-211-3/+3
* drm/fence: release fence reference when canceling eventGustavo Padovan2016-10-211-0/+4
* drm/i915: Handle early failure during intel_get_load_detect_pipeChris Wilson2016-10-201-3/+8
* drm/fb_cma_helper: do not free fbdev if there is noneStefan Agner2016-10-201-1/+2
* drm: fix sparse warnings on undeclared symbols in crc debugfsJani Nikula2016-10-191-2/+3
* gpu: Remove depends on RESET_CONTROLLER when not a providerStephen Boyd2016-10-193-3/+0
* i915: don't call drm_atomic_state_put on invalid pointerArnd Bergmann2016-10-191-2/+3
* drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2016-10-183-34/+15
* drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-181-6/+1
* drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart2016-10-181-2/+10
* drm: radeon: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-182-11/+12
* drm: amdgpu: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-182-8/+9
* drm: gma500: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart2016-10-181-11/+9
* drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-182-5/+5
* drm: tilcdc: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-182-13/+12
* drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-10-181-3/+2
* drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart2016-10-183-9/+26
* drm: Use drm_format_info() in DRM core codeLaurent Pinchart2016-10-182-100/+25
* drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart2016-10-181-149/+37
* drm: Centralize format informationLaurent Pinchart2016-10-183-0/+108
* drm: avoid uninitialized timestamp use in wait_vblankArnd Bergmann2016-10-181-1/+3
* drm: Add API for capturing frame CRCsTomeu Vizoso2016-10-178-3/+555
* drm/fb-helper: reject any changes to the fbdevStefan Agner2016-10-171-5/+8
* drm/edid: Use block local to refer to the blockChris Wilson2016-10-171-7/+5
* drm/edid: Rename local variable block to edidChris Wilson2016-10-171-19/+19
* drm: Add and handle new aspect ratios in DRM layerShashank Sharma2016-10-172-0/+18
* video: Add new aspect ratios for HDMI 2.0Shashank Sharma2016-10-172-0/+6
* drm: Add aspect ratio parsing in DRM layerShashank Sharma2016-10-171-0/+31
* drm: add picture aspect ratio flagsShashank Sharma2016-10-171-5/+13
* drivers/gpu/vga: allocate vga_arb_write() buffer on stackDmitry Vyukov2016-10-171-11/+4
* drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-1718-131/+102
* drm/crtc: constify drm_crtc_mask parameterMaarten Lankhorst2016-10-172-2/+2
* drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey2016-10-173-5/+20
* drm/savage: dereferencing an error pointerDan Carpenter2016-10-131-0/+1
* drm/gma500: add comments for new parametersJiang Biao2016-10-131-0/+2
* drm/gma500: remove useless commentJiang Biao2016-10-131-1/+0
* gpu: drm: gma500: Use vma_pages()Shyam Saini2016-10-131-1/+1
* dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson2016-10-121-20/+10
* dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson2016-10-121-6/+5
* dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson2016-10-121-40/+31
* dma-buf: Introduce fence_get_rcu_safe()Chris Wilson2016-10-121-5/+51
* drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-121-4/+2
* drm/nouveau: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-121-12/+9
* drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...Chris Wilson2016-10-121-14/+10
* drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-10-121-4/+2
* drm/crtc: constify drm_crtc_index parameterJani Nikula2016-10-101-1/+1