-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that the omapdss interface has been reworked so that omapdrm can use dispc directly, we have been able to fix the remaining functional kms issues with omapdrm. And in the mean time the PM sequencing and many other of that open issues have been solved. So I think it makes sense to finally move omapdrm out of staging. Signed-off-by: Rob Clark <robdclark@gmail.com>
- Loading branch information
Rob Clark
committed
Feb 16, 2013
1 parent
a4462f2
commit 8bb0daf
Showing
28 changed files
with
41 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
TODO | ||
. Where should we do eviction (detatch_pages())? We aren't necessarily | ||
accessing the pages via a GART, so maybe we need some other threshold | ||
to put a cap on the # of pages that can be pin'd. | ||
. Use mm_shrinker to trigger unpinning pages. | ||
. This is mainly theoretical since most of these devices don't actually | ||
have swap or harddrive. | ||
. GEM/shmem backed pages can have existing mappings (kernel linear map, | ||
etc..), which isn't really ideal. | ||
. Revisit GEM sync object infrastructure.. TTM has some framework for this | ||
already. Possibly this could be refactored out and made more common? | ||
There should be some way to do this with less wheel-reinvention. | ||
. This can be handled by the dma-buf fence/reservation stuff when it | ||
lands | ||
|
||
Userspace: | ||
. git://anongit.freedesktop.org/xorg/driver/xf86-video-omap | ||
|
||
Currently tested on | ||
. OMAP3530 beagleboard | ||
. OMAP4430 pandaboard | ||
. OMAP4460 pandaboard | ||
. OMAP5432 uEVM |
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_connector.c → drivers/gpu/drm/omapdrm/omap_connector.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_crtc.c → drivers/gpu/drm/omapdrm/omap_crtc.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_debugfs.c → drivers/gpu/drm/omapdrm/omap_debugfs.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_drv.c → drivers/gpu/drm/omapdrm/omap_drv.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_encoder.c → drivers/gpu/drm/omapdrm/omap_encoder.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_fb.c → drivers/gpu/drm/omapdrm/omap_fb.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_fbdev.c → drivers/gpu/drm/omapdrm/omap_fbdev.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_gem.c → drivers/gpu/drm/omapdrm/omap_gem.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_gem_dmabuf.c → drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_gem_helpers.c → drivers/gpu/drm/omapdrm/omap_gem_helpers.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_irq.c → drivers/gpu/drm/omapdrm/omap_irq.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_plane.c → drivers/gpu/drm/omapdrm/omap_plane.c
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
drivers/staging/omapdrm/omap_drm.h → include/uapi/drm/omap_drm.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters