index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_fbdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-10
drm: omapdrm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-05-19
drm/omapdrm: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-1
/
+1
2020-03-06
drm: Remove drm_fb_helper add, add all and remove connector calls
Pankaj Bharadiya
1
-4
/
+0
2020-03-06
drm: Remove unused arg from drm_fb_helper_init
Pankaj Bharadiya
1
-1
/
+1
2019-12-05
drm: constify fb ops across all drivers
Jani Nikula
1
-1
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-12
/
+1
2019-07-17
drm/omapdrm: drop use of drmP.h
Sam Ravnborg
1
-0
/
+2
2019-06-21
drm/omapdrm: drop fb_debug_enter/leave
Daniel Vetter
1
-2
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-03-27
drm/omap: Use drm_fb_helper_fill_info
Daniel Vetter
1
-5
/
+1
2019-01-14
drm: move drm_can_sleep() to drm_util.h
Sam Ravnborg
1
-0
/
+1
2018-10-02
drm/omap: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-1
/
+1
2018-09-03
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
Laurent Pinchart
1
-2
/
+2
2018-06-28
drm/omap: gem: Replace struct_mutex usage with omap_obj private lock
Laurent Pinchart
1
-7
/
+1
2018-03-01
drm/omap: Init fbdev emulation only when we have displays
Peter Ujfalusi
1
-0
/
+3
2018-03-01
drm/omap: cleanup fbdev init/free
Tomi Valkeinen
1
-10
/
+8
2018-03-01
drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't called
Tomi Valkeinen
1
-1
/
+2
2018-03-01
drm/omap: fbdev: avoid double initializer entry
Tomi Valkeinen
1
-3
/
+9
2018-03-01
drm/omap: fbdev: use 'screen_buffer' field
Tomi Valkeinen
1
-1
/
+1
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
1
-3
/
+1
2017-12-19
drm/omap: drop incorrect comment
Sebastian Reichel
1
-3
/
+0
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
1
-1
/
+0
2017-06-02
drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()
Laurent Pinchart
1
-5
/
+4
2017-06-02
drm: omapdrm: Rename occurrences of paddr to dma_addr
Laurent Pinchart
1
-4
/
+4
2017-06-02
drm: omapdrm: Remove remap argument to omap_gem_get_paddr()
Laurent Pinchart
1
-1
/
+1
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
1
-4
/
+0
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-2
/
+1
2017-01-12
drm/omap: Stop using drm_framebuffer_unregister_private
Daniel Vetter
1
-6
/
+2
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-1
/
+1
2016-11-14
drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-4
/
+1
2016-06-21
drm/omapdrm: don't call drm_helper_disable_unused_functions
Daniel Vetter
1
-3
/
+0
2016-06-06
drm/omap: fix pitch round-up
Tomi Valkeinen
1
-2
/
+2
2016-06-06
drm/omap: remove align_pitch()
Tomi Valkeinen
1
-3
/
+2
2016-04-20
drm/omapdrm: Use unlocked gem unreferencing
Daniel Vetter
1
-1
/
+1
2015-12-31
drm: omapdrm: Make fbdev emulation optional
Laurent Pinchart
1
-0
/
+4
2015-12-14
drm/omap: fix fbdev pix format to support all platforms
Tomi Valkeinen
1
-4
/
+1
2015-08-06
drm/omap: Use new drm_fb_helper functions
Archit Taneja
1
-25
/
+13
2015-07-02
drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
Fabian Frederick
1
-1
/
+1
2015-06-12
drm: omapdrm: Clean up #include's
Laurent Pinchart
1
-3
/
+3
2015-03-20
drm: omapdrm: Remove manual update display support
Laurent Pinchart
1
-53
/
+4
2015-01-21
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
1
-2
/
+8
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-1
/
+1
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
1
-1
/
+1
2014-04-14
drm/omap: fix missing unref to fb's buf object
Tomi Valkeinen
1
-0
/
+3
2013-06-17
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
Ville Syrjälä
1
-14
/
+0
2013-02-25
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+397
2013-02-16
drm/omap: remove fbdev debug enter/leave hooks
Rob Clark
1
-3
/
+0
2013-02-16
drm/omap: move out of staging
Rob Clark
1
-0
/
+402