index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arc
/
arcpgu_drv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/arc: Move to drm/tiny
Daniel Vetter
2021-02-25
1
-434
/
+0
*
drm/arc: Initialize sim connector before display pipe
Daniel Vetter
2021-02-25
1
-36
/
+17
*
drm/arc: Inline remaining files
Daniel Vetter
2021-02-25
1
-2
/
+100
*
drm/arc: Inline arcpgu_drm_hdmi_init
Daniel Vetter
2021-02-25
1
-3
/
+9
*
drm/arc: Inline arcpgu_crtc.c
Daniel Vetter
2021-02-25
1
-2
/
+139
*
drm/arc: Convert to drm_simple_kms_pipe_helper
Daniel Vetter
2021-02-25
1
-1
/
+1
*
drm/arc: Use drmm_mode_config_cleanup
Daniel Vetter
2021-02-25
1
-12
/
+9
*
drm/arc: Embedded a drm_simple_display_pipe
Daniel Vetter
2021-02-25
1
-1
/
+1
*
drm/arc: Stop using drm_device->dev_private
Daniel Vetter
2021-02-25
1
-3
/
+1
*
drm/arc: Switch to devm_drm_dev_alloc
Daniel Vetter
2021-02-25
1
-20
/
+13
*
drm: Constify drm_driver in drivers that don't modify it
Laurent Pinchart
2021-01-05
1
-1
/
+1
*
drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm/arc: Use GEM CMA object functions
Thomas Zimmermann
2020-06-10
1
-6
/
+1
*
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
2020-03-18
1
-2
/
+1
*
drm/arc: make arcgpu_debugfs_init() return 0.
Wambui Karuga
2020-03-18
1
-2
/
+4
*
Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-next
Dave Airlie
2019-11-14
1
-3
/
+13
|
\
|
*
drm/arcpgu: rework encoder search
Eugeniy Paltsev
2019-07-17
1
-3
/
+13
*
|
drm/arc: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
1
-2
/
+0
*
|
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
1
-2
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-3
/
+3
*
drm/arc: do not rely on drmP.h from drm_gem_cma_helper.h
Sam Ravnborg
2019-01-09
1
-0
/
+6
*
drm: replace "drm_dev_unref" function with "drm_dev_put"
Fernando Ramos
2018-11-24
1
-2
/
+2
*
drm/arc: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-11-01
1
-30
/
+3
*
drm/arcpgu: Use drm_atomic_helper_shutdown
Daniel Vetter
2018-10-05
1
-0
/
+1
*
drm/arc: Use drm_gem_cma_print_info()
Noralf Trønnes
2017-11-11
1
-1
/
+1
*
drm/arc: Use drm_gem_fb_create()
Noralf Trønnes
2017-09-02
1
-1
/
+2
*
Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-08-16
1
-1
/
+1
|
\
|
*
drm: make drm_mode_config_func const
Bhumika Goyal
2017-08-09
1
-1
/
+1
*
|
Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-08-10
1
-2
/
+0
|
\
|
|
*
drm/arc: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-07-29
1
-2
/
+0
*
|
drm: arcpgu: Fix module unload
Jose Abreu
2017-08-02
1
-1
/
+1
*
|
drm: arcpgu: Fix mmap() callback
Jose Abreu
2017-08-02
1
-23
/
+1
*
|
arcpgu: Simplify driver name
Alexey Brodkin
2017-08-02
1
-1
/
+1
*
|
drm/arcpgu: Opt in debugfs
Alexey Brodkin
2017-08-02
1
-0
/
+29
|
/
*
drm/arcgpu: Drop drm_vblank_cleanup
Daniel Vetter
2017-05-31
1
-1
/
+0
*
drm: remove drm_vblank_no_hw_counter assignment from driver code
Shawn Guo
2017-02-07
1
-1
/
+0
*
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-02-02
1
-2
/
+1
*
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
2016-11-02
1
-2
/
+0
*
drm: Don't swallow error codes in drm_dev_alloc()
Tom Gundersen
2016-09-22
1
-2
/
+2
*
drm/arc: Remove redundant dev_err call in arcpgu_load()
Wei Yongjun
2016-07-19
1
-3
/
+1
*
drm/arc: Fix some sparse warnings
Wei Yongjun
2016-07-19
1
-3
/
+3
*
drm/arcpgu: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()
Markus Elfring
2016-07-18
1
-2
/
+1
*
gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandle
Peter Chen
2016-07-15
1
-0
/
+1
*
drm/arc: Remove redundant calls to drm_connector_register_all()
Chris Wilson
2016-06-21
1
-8
/
+0
*
Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-06-15
1
-26
/
+1
|
\
|
*
drm/arc: Implement nonblocking commit correctly
Daniel Vetter
2016-06-10
1
-7
/
+1
|
*
drm/arc: Nuke event_list
Daniel Vetter
2016-06-09
1
-19
/
+0
*
|
drm/arcpgu: Make ARC PGU usable on simulation platforms
Ruud Derwig
2016-06-13
1
-7
/
+8
|
/
*
Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-06-09
1
-1
/
+1
|
\
[next]