-
- Downloads
Merge tag 'topic/core-stuff-2014-09-29' of git://anongit.freedesktop.org/drm-intel into drm-next
Ok, here's the update core-stuff pull request with the locking fixup patch fixed up with another patch. * tag 'topic/core-stuff-2014-09-29' of git://anongit.freedesktop.org/drm-intel: drm: Drop grab fpriv->fbs_lock in drm_fb_release drm/udl: use container_of to resolve udl_fbdev from drm_fb_helper drm/ast: use container_of to resolve ast_fbdev from drm_fb_helper drm/gma500: use container_of to resolve psb_fbdev from drm_fb_helper drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helper drm/nouveau: use container_of to resolve nouveau_plane from drm_plane drm/nouveau: use container_of to resolve nouveau_fbdev from drm_fb_helper drm/radeon: use container_of to resolve radeon_fbdev from drm_fb_helper drm/mgag200: use container_of to resolve mga_fbdev from drm_fb_helper drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helper drm: Improve debug output for drm_wait_one_vblank drm: Fixup locking for universal cursor planes drm: Don't update vblank timestamp when the counter didn't change
Showing
- drivers/gpu/drm/ast/ast_fb.c 2 additions, 1 deletiondrivers/gpu/drm/ast/ast_fb.c
- drivers/gpu/drm/cirrus/cirrus_fbdev.c 2 additions, 1 deletiondrivers/gpu/drm/cirrus/cirrus_fbdev.c
- drivers/gpu/drm/drm_crtc.c 44 additions, 19 deletionsdrivers/gpu/drm/drm_crtc.c
- drivers/gpu/drm/drm_irq.c 5 additions, 2 deletionsdrivers/gpu/drm/drm_irq.c
- drivers/gpu/drm/gma500/framebuffer.c 2 additions, 1 deletiondrivers/gpu/drm/gma500/framebuffer.c
- drivers/gpu/drm/mgag200/mgag200_fb.c 2 additions, 1 deletiondrivers/gpu/drm/mgag200/mgag200_fb.c
- drivers/gpu/drm/nouveau/dispnv04/overlay.c 10 additions, 5 deletionsdrivers/gpu/drm/nouveau/dispnv04/overlay.c
- drivers/gpu/drm/nouveau/nouveau_fbcon.c 2 additions, 1 deletiondrivers/gpu/drm/nouveau/nouveau_fbcon.c
- drivers/gpu/drm/qxl/qxl_fb.c 2 additions, 1 deletiondrivers/gpu/drm/qxl/qxl_fb.c
- drivers/gpu/drm/radeon/radeon_fb.c 2 additions, 1 deletiondrivers/gpu/drm/radeon/radeon_fb.c
- drivers/gpu/drm/udl/udl_fb.c 2 additions, 1 deletiondrivers/gpu/drm/udl/udl_fb.c
Loading
Please register or sign in to comment