summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)Author
2016-06-17drm: Minimally initialise drm_dp_auxChris Wilson
2016-06-17drm: Make drm_connector_register() safe against multiple callsChris Wilson
2016-06-17drm: Add a callback from connector registeringChris Wilson
2016-06-17drm: Export drm_dev_init() for subclassingChris Wilson
2016-06-16Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-06-16drm: Move master functions into drm_auth.cDaniel Vetter
2016-06-16drm: Link directly from drm_master to drm_deviceDaniel Vetter
2016-06-13drm: make drm_vblank_{get,put}() staticGustavo Padovan
2016-06-13drm: remove legacy drm_arm_vblank_event()Gustavo Padovan
2016-06-13drm: remove legacy drm_send_vblank_event()Gustavo Padovan
2016-06-13drm/i915: Add support for mapping an object page by pageChris Wilson
2016-06-13drm/dsi: Add uevent callbackThierry Reding
2016-06-10drm: Add helper for simple display pipelineNoralf Trønnes
2016-06-10drm: Fix comment making reference to non-existing functionLiviu Dudau
2016-06-10drm/atomic-helper: nonblocking commit supportDaniel Vetter
2016-06-10drm/atomic-helper: roll out commit synchronizationDaniel Vetter
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter
2016-06-09drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart
2016-06-09drm/atomic: kerneldoc for drm_atomic_crtc_needs_modesetDaniel Vetter
2016-06-09drm: Replace fb_helper->atomic with mode_config->atomic_commitDaniel Vetter
2016-06-09drm: Remove dev_pm_ops from drm_classLukas Wunner
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie
2016-06-09Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...Dave Airlie
2016-06-07drm/dsi: Implement set tear scanlineVinay Simha BN
2016-06-07drm/atomic: Fix remaining places where !funcs->best_encoder is validBoris Brezillon
2016-06-07drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt()Jyri Sarha
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-06-07add cursor hotspot to drm_framebufferGerd Hoffmann
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter
2016-06-03drm/doc: Update kerneldoc for drm_crtc.hDaniel Vetter
2016-06-03drm: Store the plane's indexChris Wilson
2016-06-03drm/fence: add fence to drm_pending_eventGustavo Padovan
2016-06-02drm/atomic-docs: Spelling fixupsDaniel Vetter
2016-06-02drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter
2016-06-02drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter
2016-06-02drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter
2016-06-02drm: Update obsolete information from {enable/disable}_vblank hooks.Liviu Dudau
2016-06-02Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie
2016-06-02Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie
2016-05-24drm: use seqlock for vblank time/countMatthew Auld
2016-05-23drm: Add helper for DP++ adaptorsVille Syrjälä
2016-05-23drm/edid: add displayid detailed 1 timings to the modelist. (v1.1)Dave Airlie
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter
2016-05-19drm/core: Add drm_accurate_vblank_count, v5.Maarten Lankhorst
2016-05-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-05-17drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()Noralf Trønnes
2016-05-17drm/fb-cma-helper: Use const for drm_framebuffer_funcs argumentNoralf Trønnes