summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm: use the right function name in documentationGrazvydas Ignotas2016-10-101-2/+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/fb-helper: fix sphinx markup for DRM_FB_HELPER_DEFAULT_OPSStefan Christ2016-10-101-1/+1
* drm/bridge: Add RGB to VGA bridge supportMaxime Ripard2016-10-104-0/+279
* drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson2016-10-056-5/+37
* drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson2016-10-052-8/+12
* 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-052-0/+46
* 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-042-0/+9
* drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-10-041-0/+13
* drm: Document caveats around atomic event handlingDaniel Vetter2016-10-042-15/+73
* uapi: add missing install of sync_file.hEmilio López2016-10-041-0/+1
* drm: Simplify drm_printk to reduce object size quite a bitJoe Perches2016-10-042-18/+17
* drm/i915: Account for sink max TMDS clock when checking the port clockVille Syrjälä2016-10-041-1/+8
* drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä2016-10-041-7/+7
* drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()Ville Syrjälä2016-10-041-29/+35
* drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDIDVille Syrjälä2016-10-041-0/+1
* drm/edid: Reduce the number of times we parse the CEA extension blockVille Syrjälä2016-10-041-97/+88
* drm/edid: Don't pass around drm_display_info needlesslyVille Syrjälä2016-10-041-4/+4
* drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä2016-10-044-14/+23
* drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä2016-10-044-4/+4
OpenPOWER on IntegriCloud