summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-10-18drm: WARN when calling drm_format_info() for an unsupported formatLaurent Pinchart
2016-10-18drm: Use drm_format_info() in DRM core codeLaurent Pinchart
2016-10-18drm: Implement the drm_format_*() helpers as drm_format_info() wrappersLaurent Pinchart
2016-10-18drm: Centralize format informationLaurent Pinchart
2016-10-18drm: avoid uninitialized timestamp use in wait_vblankArnd Bergmann
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso
2016-10-17drm/fb-helper: reject any changes to the fbdevStefan Agner
2016-10-17drm/edid: Use block local to refer to the blockChris Wilson
2016-10-17drm/edid: Rename local variable block to edidChris Wilson
2016-10-17drm: Add and handle new aspect ratios in DRM layerShashank Sharma
2016-10-17video: Add new aspect ratios for HDMI 2.0Shashank Sharma
2016-10-17drm: Add aspect ratio parsing in DRM layerShashank Sharma
2016-10-17drivers/gpu/vga: allocate vga_arb_write() buffer on stackDmitry Vyukov
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-10-17drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey
2016-10-13drm/savage: dereferencing an error pointerDan Carpenter
2016-10-13drm/gma500: add comments for new parametersJiang Biao
2016-10-13drm/gma500: remove useless commentJiang Biao
2016-10-13gpu: drm: gma500: Use vma_pages()Shyam Saini
2016-10-12dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson
2016-10-12dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson
2016-10-12dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson
2016-10-12drm/vmwgfx: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-10-12drm/nouveau: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-10-12drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...Chris Wilson
2016-10-12drm/amdgpu: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson
2016-10-10drm: Release resources with a safer functionChristophe JAILLET
2016-10-10drm: Fix up kerneldoc for new drm_gem_dmabuf_export()Chris Wilson
2016-10-10drm/bridge: Drop drm_connector_unregister and call drm_connector_cleanup dire...Marek Vasut
2016-10-10drm/bridge: Add RGB to VGA bridge supportMaxime Ripard
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson
2016-10-05drm/prime: Pass the right module owner through to dma_buf_export()Chris Wilson
2016-10-05drm/bridge: Call drm_connector_cleanup directlyMarek Vasut
2016-10-05drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut
2016-10-05drm: Release resources with a safer functionChristophe JAILLET
2016-10-04drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support itTomeu Vizoso
2016-10-04drm/bridge: analogix_dp: Add analogix_dp_psr_supportedTomeu Vizoso
2016-10-04drm: Document caveats around atomic event handlingDaniel Vetter
2016-10-04drm: Simplify drm_printk to reduce object size quite a bitJoe Perches
2016-10-04drm/i915: Account for sink max TMDS clock when checking the port clockVille Syrjälä
2016-10-04drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()Ville Syrjälä
2016-10-04drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDIDVille Syrjälä
2016-10-04drm/edid: Reduce the number of times we parse the CEA extension blockVille Syrjälä
2016-10-04drm/edid: Don't pass around drm_display_info needlesslyVille Syrjälä
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä
2016-10-04drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä
2016-10-04drm/edid: Clear old dvi_dual/max_tmds_clock before parsing the new EDIDVille Syrjälä
2016-10-04drm/edid: Clear old audio latency values before parsing the new EDIDVille Syrjälä
2016-10-04drm: Convert prime dma-buf <-> handle to rbtreeChris Wilson