summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2016-06-17drm: Minimally initialise drm_dp_auxChris Wilson1-0/+1
2016-06-17drm: Make drm_connector_register() safe against multiple callsChris Wilson1-0/+2
2016-06-17drm: Add a callback from connector registeringChris Wilson1-0/+27
2016-06-17drm: Export drm_dev_init() for subclassingChris Wilson1-0/+3
2016-06-16Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter11-97/+578
2016-06-16drm: Move master functions into drm_auth.cDaniel Vetter1-1/+0
2016-06-16drm: Link directly from drm_master to drm_deviceDaniel Vetter1-2/+5
2016-06-13drm: make drm_vblank_{get,put}() staticGustavo Padovan1-2/+0
2016-06-13drm: remove legacy drm_arm_vblank_event()Gustavo Padovan1-2/+0
2016-06-13drm: remove legacy drm_send_vblank_event()Gustavo Padovan1-2/+0
2016-06-13drm/i915: Add support for mapping an object page by pageChris Wilson1-0/+3
2016-06-13drm/dsi: Add uevent callbackThierry Reding1-0/+2
2016-06-10drm: Add helper for simple display pipelineNoralf Trønnes1-0/+94
2016-06-10drm: Fix comment making reference to non-existing functionLiviu Dudau1-1/+1
2016-06-10drm/atomic-helper: nonblocking commit supportDaniel Vetter3-0/+43
2016-06-10drm/atomic-helper: roll out commit synchronizationDaniel Vetter1-0/+7
2016-06-10drm/atomic: Add struct drm_crtc_commit to track async updatesDaniel Vetter3-6/+150
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-2/+2
2016-06-09drm: Move format-related helpers to drm_fourcc.cLaurent Pinchart3-9/+38
2016-06-09drm/atomic: kerneldoc for drm_atomic_crtc_needs_modesetDaniel Vetter1-0/+10
2016-06-09drm: Replace fb_helper->atomic with mode_config->atomic_commitDaniel Vetter1-11/+0
2016-06-09drm: Remove dev_pm_ops from drm_classLukas Wunner1-2/+0
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2-4/+4
2016-06-09Merge branch 'virtio-gpu-for-airlied' of git://git.kraxel.org/linux into drm-...Dave Airlie1-0/+2
2016-06-07drm/dsi: Implement set tear scanlineVinay Simha BN1-0/+1
2016-06-07drm/atomic: Fix remaining places where !funcs->best_encoder is validBoris Brezillon1-2/+8
2016-06-07drm: drm_helper_crtc_enable_color_mgmt() => drm_crtc_enable_color_mgmt()Jyri Sarha2-4/+4
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst2-5/+5
2016-06-07add cursor hotspot to drm_framebufferGerd Hoffmann1-0/+2
2016-06-03drm/doc: Switch to sphinx/rst fixed-width quotingDaniel Vetter1-0/+2
2016-06-03drm/doc: Update kerneldoc for drm_crtc.hDaniel Vetter1-14/+64
2016-06-03drm: Store the plane's indexChris Wilson1-3/+46
2016-06-03drm/fence: add fence to drm_pending_eventGustavo Padovan1-1/+2
2016-06-02drm/atomic-docs: Spelling fixupsDaniel Vetter1-2/+2
2016-06-02drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter2-7/+11
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter2-11/+14
2016-06-02drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter2-9/+12
2016-06-02drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2-2/+58
2016-06-02drm: Update obsolete information from {enable/disable}_vblank hooks.Liviu Dudau1-5/+5
2016-06-02Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie3-0/+5
2016-06-02Merge tag 'topic/drm-misc-2016-06-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-9/+5
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/...Dave Airlie1-0/+92
2016-05-24drm: use seqlock for vblank time/countMatthew Auld1-9/+5
2016-05-23drm: Add helper for DP++ adaptorsVille Syrjälä1-0/+92
2016-05-23drm/edid: add displayid detailed 1 timings to the modelist. (v1.1)Dave Airlie1-0/+17
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-8/+0
2016-05-19drm/core: Add drm_accurate_vblank_count, v5.Maarten Lankhorst1-0/+1
2016-05-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter18-94/+299
2016-05-17drm/fb-cma-helper: Add function drm_fb_cma_create_with_funcs()Noralf Trønnes1-0/+3
2016-05-17drm/fb-cma-helper: Use const for drm_framebuffer_funcs argumentNoralf Trønnes1-1/+1