summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie58-664/+1026
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ä3-3/+44
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ä9-33/+23
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-21Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/lst/linux into d...Dave Airlie2-6/+21
2016-10-21Merge branch 'drm-vmwgfx-fixes' of ssh://people.freedesktop.org/~syeh/repos_l...Dave Airlie5-73/+146
2016-10-21Merge branch 'drm-armada-fixes' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie1-8/+10
2016-10-21Merge branch 'fixes-for-v4.9-rc2' of http://git.agner.ch/git/linux-drm-fsl-dc...Dave Airlie4-61/+10
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-20drm/fsl-dcu: enable pixel clock when enabling CRTCStefan Agner2-20/+3
2016-10-20drm/fsl-dcu: do not transfer registers in mode_set_nofbStefan Agner1-2/+0
2016-10-20drm/fsl-dcu: do not transfer registers on plane initStefan Agner1-5/+0
2016-10-20drm/fsl-dcu: enable TCON bypass mode by defaultStefan Agner2-34/+7
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds6-9/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2-3/+10
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes3-5/+9
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-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 Boyd2-2/+0
2016-10-19i915: don't call drm_atomic_state_put on invalid pointerArnd Bergmann1-2/+3
2016-10-18Merge tag 'drm-fixes-for-v4.9-rc2' of git://people.freedesktop.org/~airlied/l...Linus Torvalds27-131/+232
2016-10-18drm: Don't export the drm_fb_get_bpp_depth() functionLaurent Pinchart2-33/+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 Pinchart2-9/+25
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 Pinchart1-0/+84
2016-10-18drm: avoid uninitialized timestamp use in wait_vblankArnd Bergmann1-1/+3
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso5-3/+435
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 Sharma1-0/+12
2016-10-17drm: Add aspect ratio parsing in DRM layerShashank Sharma1-0/+31