summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-219-33/+23
* 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-192-2/+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-182-33/+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-182-9/+25
* 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-181-0/+84
* drm: avoid uninitialized timestamp use in wait_vblankArnd Bergmann2016-10-181-1/+3
* drm: Add API for capturing frame CRCsTomeu Vizoso2016-10-175-3/+435
* 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-171-0/+12
* drm: Add aspect ratio parsing in DRM layerShashank Sharma2016-10-171-0/+31
* drm: Add reference counting to drm_atomic_stateChris Wilson2016-10-1716-129/+72
* drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey2016-10-171-4/+5
* 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
* 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: Release resources with a safer functionChristophe JAILLET2016-10-101-4/+4
* drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson2016-10-101-1/+2
* drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut2016-10-103-22/+3
* drm/bridge: Add RGB to VGA bridge supportMaxime Ripard2016-10-103-0/+231
* drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson2016-10-055-5/+33
* drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson2016-10-051-7/+10
* drm/bridge: Call drm_connector_cleanup directlyMarek Vasut2016-10-053-18/+3
* drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut2016-10-051-0/+26
* drm: Release resources with a safer functionChristophe JAILLET2016-10-051-2/+2
* drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support itTomeu Vizoso2016-10-041-0/+3
* drm/bridge: analogix_dp: Add analogix_dp_psr_supportedTomeu Vizoso2016-10-041-0/+8
* drm: Document caveats around atomic event handlingDaniel Vetter2016-10-041-2/+30
OpenPOWER on IntegriCloud