index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
cirrus
/
cirrus_main.c
Age
Commit message (
Expand
)
Author
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-10-18
drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
Laurent Pinchart
2016-08-09
drm/cirrus: Fix NULL pointer dereference when registering the fbdev
Boris Brezillon
2016-07-18
drm/cirrus: Delete an unnecessary check before drm_gem_object_unreference_unl...
Markus Elfring
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-08-10
drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctl
Daniel Vetter
2015-02-05
drm/cirrus: Limit modes depending on bpp option
Takashi Iwai
2014-11-20
drm/cirrus: allow 32bpp framebuffers for cirrus drm
Zach Reizner
2014-11-20
drm/cirrus: fix leaky driver load error handling
Zach Reizner
2014-04-22
drm/cirrus: Remove unecessary NULL check in gem_free
Daniel Vetter
2014-04-22
drm/cirrus: Remove unnecessary NULL check in bo_unref
Daniel Vetter
2014-01-14
drivers: gpu: Mark function as static in cirrus_main.c
Rashika
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
2013-07-25
drm/ttm: convert to unified vma offset manager
David Herrmann
2013-01-20
drm/<drivers>: Unified handling of unimplemented fb->create_handle
Daniel Vetter
2013-01-20
drm/<drivers>: reorder framebuffer init sequence
Daniel Vetter
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-05-17
drm/kms: driver for virtual cirrus under qemu
Dave Airlie