summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-22drm/msm/mdp5: Advertize 180 degree rotationVille Syrjälä1-4/+17
2016-10-22drm/msm/mdp5: Use per-plane rotation propertyVille Syrjälä1-9/+5
2016-10-21drm: Use u64 for intermediate dotclock calculationsChris Wilson1-2/+6
2016-10-21drm/i915: Use the per-plane rotation propertyVille Syrjälä3-35/+34
2016-10-21drm/omap: Use per-plane rotation propertyVille Syrjälä3-38/+41
2016-10-21drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0Ville Syrjälä2-3/+5
2016-10-21drm/atmel-hlcdc: Use per-plane rotation propertyVille Syrjälä1-17/+20
2016-10-21drm/arm: Use per-plane rotation propertyVille Syrjälä1-8/+5
2016-10-21drm: Add support for optional per-plane rotation propertyVille Syrjälä5-3/+49
2016-10-21drm/atomic: Reject attempts to use multiple rotation angles at onceVille Syrjälä1-0/+2
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä10-33/+28
2016-10-21dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan1-1/+1
2016-10-21drm/virtio: kconfig: Fixup white space.Peter Griffin1-3/+3
2016-10-21drm/fence: release fence reference when canceling eventGustavo Padovan1-0/+4
2016-10-20drm/i915: Handle early failure during intel_get_load_detect_pipeChris Wilson1-3/+8
2016-10-20drm/fb_cma_helper: do not free fbdev if there is noneStefan Agner1-1/+2
2016-10-19drm: fix sparse warnings on undeclared symbols in crc debugfsJani Nikula1-2/+3
2016-10-19gpu: Remove depends on RESET_CONTROLLER when not a providerStephen Boyd3-3/+0
2016-10-19i915: don't call drm_atomic_state_put on invalid pointerArnd Bergmann1-2/+3
2016-10-18drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart3-34/+15
2016-10-18drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-6/+1
2016-10-18drm: vmwgfx: Replace drm_fb_get_bpp_depth() with drm_format_info()Laurent Pinchart1-2/+10
2016-10-18drm: radeon: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2-11/+12
2016-10-18drm: amdgpu: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2-8/+9
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